'Declaration Public ReadOnly Property Path As String
'Usage Dim instance As ListEntry Dim value As String value = instance.Path
public string Path {get;}
public: __property string* get_Path();
public: property String^ Path { String^ get(); }
ListEntry Class ListEntry Members