ClientException.LogException Property

Gets or sets a flag that describes the log exception.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Property LogException As Boolean
public bool LogException { get; set; }
public:
property bool LogException {
    bool get ();
    void set (bool value);
}
member LogException : bool with get, set
function get LogException () : boolean
function set LogException (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ClientException Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace