ClientConfigurationProxyPassword Property |
获取或设置密码。
Namespace: Aliyun.OSS.CommonAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxpublic string ProxyPassword { get; set; }
Public Property ProxyPassword As String
Get
Set
public:
property String^ ProxyPassword {
String^ get ();
void set (String^ value);
}
member ProxyPassword : string with get, set
Property Value
Type:
String
See Also