MobileAppSettingsDictionary.GoogleScope Property
Gets or sets the Google scope associated with this service. One or more values can be specified, separated by spaces.
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.dll)
Syntax
public virtual string GoogleScope { get; set; }
public:
property String^ GoogleScope {
virtual String^ get();
virtual void set(String^ value);
}
abstract GoogleScope : string with get, set
override GoogleScope : string with get, set
Public Overridable Property GoogleScope As String
Property Value
Type: System.String
See Also
MobileAppSettingsDictionary Class
Microsoft.Azure.Mobile.Server Namespace
Return to top