| MvEndPointIsTraced Property |
Gets a value indicating if a trace system writer is set for this
object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static bool IsTraced { get; }
Public Shared ReadOnly Property IsTraced As Boolean
Get
public:
static property bool IsTraced {
bool get ();
}
Property Value
Type:
Booleantrue is a
TextWriter is assigned
to
Trace.
See Also