AzureActiveDirectoryCredentials.ObjectId Property
Gets or sets the object ID for the current user.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public string ObjectId {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
set;
}
public:
property String^ ObjectId {
[CompilerGeneratedAttribute]
String^ get();
[CompilerGeneratedAttribute]
void set(String^ value);
}
member ObjectId : string with get, set
Public Property ObjectId As String
Property Value
Type: System.String
See Also
AzureActiveDirectoryCredentials Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace
Return to top