DsmlErrorResponse.Detail Property

Definition

The Detail property contains the contents of the <detail> element of the errorResponse, if any.

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

Property Value

The contents of the <detail> element of the errorResponse, if any.

Applies to