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
'Declaração
Public Property LogException As Boolean
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.