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