Share via


SP.UserCreationInformation.loginName Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

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

var value = SP.UserCreationInformation.get_loginName(); 
SP.UserCreationInformation.set_loginName(value);

Property Value

Type: String

Applies To

SP.UserCreationInformation Class

Remarks

It must not be null. It must not be empty. Its length must be equal to or less than 251.

See Also

Reference

SP.UserCreationInformation Methods

SP.UserCreationInformation Properties

SP Namespace