[CanBeNullAttribute]
string Scope { get; set; }
<CanBeNullAttribute>
Property Scope As String
Get
Set
[CanBeNullAttribute]
property String^ Scope {
String^ get ();
void set (String^ value);
}
[<CanBeNullAttribute>]
abstract Scope : string with get, set