[NotNullAttribute]
public string Path { get; set; }<NotNullAttribute>
Public Property Path As String
Get
Setpublic:
[NotNullAttribute]
property String^ Path {
String^ get ();
void set (String^ value);
}[<NotNullAttribute>]
member Path : string with get, set