Tracing.Framework Property
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Diagnostics
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static TraceSource Framework { get; private set; }
public:
property TraceSource^ Framework {
static TraceSource^ get();
private: static void set(TraceSource^ value);
}
static member Framework : TraceSource with get, private set
Public Shared Property Framework As TraceSource
Get
Private Set
End Property
Property Value
Type: System.Diagnostics.TraceSource
Type: TraceSource
.
See Also
Tracing Class
Microsoft.Xrm.Client.Diagnostics Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top