TeamFoundationServiceException.LogException Property

Indicate whether this exception instance should be logged.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
True if the exception should be logged; otherwise, false.

.NET Framework Security

See Also

Reference

TeamFoundationServiceException Class

Microsoft.TeamFoundation.Framework.Server Namespace