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