[Visual Basic]<ReadOnly(IsReadOnly:=True)>Overrides Public Property Path As String [C#][ReadOnly(IsReadOnly=True)]public override string Path { get; set; } [C++][ReadOnly(IsReadOnly=True)]public: __property String* get_Path(); public: __property void set_Path(String* ); [JScript] publicReadOnly(IsReadOnly=True)override function get Path() : String publicReadOnly(IsReadOnly=True)override function set Path(String);
FolderPath Class | NDoc.Core Namespace