DsmlResponseDocument.RequestId 属性

定义

The RequestId 属性包含与该文档关联的 RequestID。The RequestId property contains the RequestID associated with the document.

public:
 property System::String ^ RequestId { System::String ^ get(); };
public string RequestId { get; }
member this.RequestId : string
Public ReadOnly Property RequestId As String

属性值

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.

适用于