TeamFoundationServiceException.ReportException Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
‘선언
Public Property ReportException As Boolean
Get
Set
public bool ReportException { get; set; }
public:
property bool ReportException {
bool get ();
void set (bool value);
}
member ReportException : bool with get, set
function get ReportException () : boolean
function set ReportException (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.