'Declaration
<DataMemberAttribute(3)> Public Property Scopes As StringCollection
'Usage
Dim instance As OAuth2ServerSettings Dim value As StringCollection instance.Scopes = value value = instance.Scopes
[DataMember(3)] public StringCollection Scopes {get; set;}
[DataMember(3)] public: property StringCollection^ Scopes { StringCollection^ get(); void set ( StringCollection^ value); }