VssException.LogLevel Property

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Property LogLevel As EventLogEntryType
public EventLogEntryType LogLevel { get; set; }
public:
property EventLogEntryType LogLevel {
    EventLogEntryType get ();
    void set (EventLogEntryType value);
}
member LogLevel : EventLogEntryType with get, set
function get LogLevel () : EventLogEntryType 
function set LogLevel (value : EventLogEntryType)

Property Value

Type: System.Diagnostics.EventLogEntryType

.NET Framework Security

See Also

Reference

VssException Class

Microsoft.VisualStudio.Services.Common Namespace