MessageFault.HasDetail Property

Definition

Gets a value that indicates whether the MessageFault has a detail object.

public:
 abstract property bool HasDetail { bool get(); };
public abstract bool HasDetail { get; }
member this.HasDetail : bool
Public MustOverride ReadOnly Property HasDetail As Boolean

Property Value

true if the MessageFault has a detail object; otherwise, false.

Applies to