DsmlErrorResponse.Detail 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 詳細>數據項目的內容<,如果有的話。
適用於