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