TeamFoundationServiceException.LogException Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
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
.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.