| GeneratePresignedUriRequestUserMetadata Property  | 
            Gets or sets the UserMetadata dictionary. 
            The SDK will automatically add the x-oss-meta- as the prefix of the metadata. 
            So the key in this property should not include x-oss-meta- prefix anymore.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic IDictionary<string, string> UserMetadata { get; set; }Public Property UserMetadata As IDictionary(Of String, String)
	Get
	Set
public:
property IDictionary<String^, String^>^ UserMetadata {
	IDictionary<String^, String^>^ get ();
	void set (IDictionary<String^, String^>^ value);
}member UserMetadata : IDictionary<string, string> with get, set
Property Value
Type: 
IDictionaryString, 
String
See Also