Public Property Path As String
Dim instance As SelfExtractConfiguration Dim value As String instance.Path = value value = instance.Path
public string Path {get; set;}
public: __property string* get_Path(); public: __property void set_Path( string* value );
public: property String^ Path { String^ get(); void set ( String^ value); }
SelfExtractConfiguration Class SelfExtractConfiguration Members