GeneratePresignedUriRequestQueryParams Property |
Gets or sets query parameters
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public IDictionary<string, string> QueryParams { get; set; }
Public Property QueryParams As IDictionary(Of String, String)
Get
Set
public:
property IDictionary<String^, String^>^ QueryParams {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
member QueryParams : IDictionary<string, string> with get, set
Property Value
Type:
IDictionaryString,
StringSee Also