Share via


DsmlErrorResponse.Detail 属性

定义

Detail 属性包含 errorResponse 的 <detail> 元素的内容(如果有)。

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

属性值

errorResponse 的详细信息>元素的内容<(如果有)。

适用于