Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the user login name.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Property LoginName As String
Get
Set
'Usage
Dim instance As FormsAuthenticationLoginInfo
Dim value As String
value = instance.LoginName
instance.LoginName = value
public string LoginName { get; set; }
Property Value
Type: System.String
The user login name.
See Also
Reference
FormsAuthenticationLoginInfo Class