UserCreationInformation Class
Parameters to invite a user.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.UserCreationInformation
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.UserCreationInformation", ValueObject := True, _
ServerTypeId := "{6ecd8af6-bed3-4a74-be76-1ec981b350e1}")> _
Public NotInheritable Class UserCreationInformation _
Inherits ClientValueObject
'Usage
Dim instance As UserCreationInformation
[ScriptTypeAttribute("SP.UserCreationInformation", ValueObject = true,
ServerTypeId = "{6ecd8af6-bed3-4a74-be76-1ec981b350e1}")]
public sealed class UserCreationInformation : 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.