CUserAuth Class
The CUserAuth class stores user authentication information.
System.Object
CUserAuth
[Visual Basic .NET]
Public Class CUserAuth
Inherits System.Object
[C#]
public class CUserAuth: System.Object
[C++]
public __gc class CUserAuth: public System.Object
The CUserAuth class exposes the following members.
Constructor | Description |
CUserAuth | The constructor for the class. |
Field | Description |
MerchantId | Specifies ID for the business to which the user belongs. |
UserId | Specifies ID for the user. |
Requirements
Namespace: Microsoft.Crm.Platform.Proxy
Assembly: Microsoft.Crm.Platform.Proxy.dll
See Also