UserCreationInformation.LoginName Property

Gets or sets a value that specifies the login name for the user to be created.

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
<RemoteAttribute> _
Public Property LoginName As String
    Get
    Set
'Usage
Dim instance As UserCreationInformation
Dim value As String

value = instance.LoginName

instance.LoginName = value
[RemoteAttribute]
public string LoginName { get; set; }

Property Value

Type: System.String
Returns a String.instance representing the login name for the user to be created.

Remarks

It must not be a null reference (Nothing in Visual Basic). It must not be empty. Its length must be equal to or less than 251.

See Also

Reference

UserCreationInformation Class

UserCreationInformation Members

Microsoft.SharePoint.Client Namespace