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