PrincipalInfo Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.Utilities.PrincipalInfo", ServerTypeId="{c88e4d2e-768d-4065-9da4-d2880e08733e}", ValueObject=true)]
public sealed class PrincipalInfo : Microsoft.SharePoint.Client.ClientValueObject
type PrincipalInfo = class
    inherit ClientValueObject
Public NotInheritable Class PrincipalInfo
Inherits ClientValueObject
Inheritance
PrincipalInfo
Attributes

Constructors

PrincipalInfo()

Properties

Department
DisplayName
Email
JobTitle
LoginName
Mobile
PrincipalId
PrincipalType
SIPAddress
TypeId

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader) (Inherited from ClientValueObject)
WriteToXml(XmlWriter, SerializationContext)

Applies to