UserCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.UserCreationInformation", ServerTypeId="{6ecd8af6-bed3-4a74-be76-1ec981b350e1}", ValueObject=true)]
public class UserCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type UserCreationInformation = class
    inherit ClientValueObject
Public Class UserCreationInformation
Inherits ClientValueObject
Inheritance
UserCreationInformation
Attributes

Constructors

UserCreationInformation()

Properties

Email
LoginName
Title
TypeId

Methods

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

Applies to