public string[]? Scopes { get; set; }
Public Property Scopes As String() Get Set
public: property array<String^>^ Scopes { array<String^>^ get (); void set (array<String^>^ value); }
member Scopes : string[] with get, set
In This Article