Property Password
Password
Specifies the password of authorized user required when security is enabled on Cache Server.
Declaration
[Obsolete("This property is deprecated. Please use the 'UserCredentials' property of 'ConnectionOptions' to provide UserID and Password.", false)]
public string Password { get; set; }
Property Value
Type | Description |
---|---|
System.String | The password of authorized user. |