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