Property UserID
UserID
Specifies the username 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 UserID { get; set; }
Property Value
Type | Description |
---|---|
System.String | The username of the authorized user. |