UserCreationInformation.LoginName property

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

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property LoginName As String
    Get
    Set
'Usage
Dim instance As UserCreationInformation
Dim value As String

value = instance.LoginName

instance.LoginName = value
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