CrmServiceClient.OAuthUserId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logged in Office365 UserId using OAuth.
public:
property System::String ^ OAuthUserId { System::String ^ get(); };
public string OAuthUserId { get; }
member this.OAuthUserId : string
Public ReadOnly Property OAuthUserId As String
Property Value
Returns StringThe current user ID used for connecting to Common Data Service using OAuth.