PrincipalInfo Class
Provides access to information about a principal.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.Utilities.PrincipalInfo
Namespace: Microsoft.SharePoint.Client.Utilities
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.Utilities.PrincipalInfo", ValueObject := True, _
ServerTypeId := "{c88e4d2e-768d-4065-9da4-d2880e08733e}")> _
Public NotInheritable Class PrincipalInfo _
Inherits ClientValueObject
'Usage
Dim instance As PrincipalInfo
[ScriptTypeAttribute("SP.Utilities.PrincipalInfo", ValueObject = true,
ServerTypeId = "{c88e4d2e-768d-4065-9da4-d2880e08733e}")]
public sealed class PrincipalInfo : ClientValueObject
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.