FormsAuthenticationLoginInfo.Password - Propriété
Obtient ou définit le mot de passe utilisateur.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Property Password As String
Get
Set
'Utilisation
Dim instance As FormsAuthenticationLoginInfo
Dim value As String
value = instance.Password
instance.Password = value
public string Password { get; set; }
Valeur de propriété
Type : System.String
Le mot de passe utilisateur.
Voir aussi
Référence
FormsAuthenticationLoginInfo classe