WebManagementEventLog.TraceOnly Property

 

Namespace:   Microsoft.Web.Management.Server
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

Syntax

public static bool TraceOnly { get; set; }
public:
property bool TraceOnly {
    static bool get();
    static void set(bool value);
}
static member TraceOnly : bool with get, set
Public Shared Property TraceOnly As Boolean

Property Value

Type: System.Boolean

See Also

WebManagementEventLog Class
Microsoft.Web.Management.Server Namespace

Return to top