CSecurityPrincipal.Type Field
Specifies the type of the security principal. Assign a value to this field using the Microsoft.CRM.Proxy.SecurityPrincipalType enumeration.
Syntax
[Visual Basic .NET]
Public Field Type As SecurityPrincipalType
[C#]
public SecurityPrincipalType Type;
[C++]
public: SecurityPrincipalType Type;
Requirements
Namespace: Microsoft.CRM.Proxy
Assembly: microsoft.crm.proxy.dll
See Also