DsmlResponseDocument.RequestId 属性
定义
public:
property System::String ^ RequestId { System::String ^ get(); };
public string RequestId { get; }
member this.RequestId : string
Public ReadOnly Property RequestId As String
属性值
与该文档关联的 RequestID。The RequestID associated with the document.
例外
已尝试设置属性值。You attempted to set the property value.
注解
此属性是只读的,如果尝试设置属性值,则会引发异常。This property is read-only and throws an exception if you attempt to set the property value.