public GmailScopes Scope { get; }
Public ReadOnly Property Scope As GmailScopes
Get
Dim instance As GmailClient
Dim value As GmailScopes
value = instance.Scope
public:
property GmailScopes Scope {
GmailScopes get ();
}
member Scope : GmailScopes with get
No code example is currently available or this language may not be supported.