Password Property
Summary
Gets or sets the password for the user name associated with the credentials.
Syntax
[DataMemberAttribute(Name="Password", IsRequired=false)]
public string Password { get; set; }
<DataMemberAttribute(Name="Password", IsRequired=True)>
Public Property Password As String
[DataMemberAttribute(Name="Password", IsRequired=true)]
public:
property String^ Password {
String^ get();
void set ( String^ );
}
Property Value
A System.String that specifies the password for the credentials.