public string LicensePath { get; set; }
Public Property LicensePath As String
Get
Set
public:
virtual property String^ LicensePath {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract LicensePath : string with get, set
override LicensePath : string with get, set