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