GenericResultRequestId Property |
Gets and sets the RequestId property.
ID that uniquely identifies a request. Aliyun keeps track of request IDs. If you have a question about a request, include the request ID in your correspondence.
Namespace: Aliyun.OSS.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string RequestId { get; set; }
Public Property RequestId As String
Get
Set
public:
property String^ RequestId {
String^ get ();
void set (String^ value);
}
member RequestId : string with get, set
Property Value
Type:
StringSee Also