Public Property AuthenticationPassword As String
Dim instance As User
Dim value As String
instance.AuthenticationPassword = value
value = instance.AuthenticationPassword
public string AuthenticationPassword {get; set;}
public: __property string* get_AuthenticationPassword();
public: __property void set_AuthenticationPassword(
string* value
);
public:
property String^ AuthenticationPassword {
String^ get();
void set ( String^ value);
}
Property Value
The string value used to generate the local authenticaion key.