Share via


FormsAuthenticationLoginInfo.Password Property

Gets or sets the user password.

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

Syntax

'Declaration
Public Property Password As String
    Get
    Set
'Usage
Dim instance As FormsAuthenticationLoginInfo
Dim value As String

value = instance.Password

instance.Password = value
public string Password { get; set; }

Property Value

Type: System.String
The user password.

See Also

Reference

FormsAuthenticationLoginInfo Class

FormsAuthenticationLoginInfo Members

Microsoft.SharePoint.Client Namespace