Microsoft.ISAServer.2006.Logging.AdvancedMicrosoft ISA Server Logging: Advanced

Microsoft.ISAServer.2006.Logging.Advanced (ClassType)

ISA Server Advanced Logging (to local MSDE database)

Element properties:

Base ClassMicrosoft.ISAServer.Logging
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde56294e9-cf51-f6f3-a447-5fb80df40428

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.ISAServer.2006.Logging.Advanced:
ServerName  string  Server Name Name of the Server true 256  False 
LogName  string  Log Name Persistent Name of the Log true 256  False 
Type  string  Log Type Type of Log true 256  False 
State  bool  Log State Specifies if logging is enabled false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.ISAServer.2006.Logging.Advanced" Accessibility="Public" Abstract="false" Base="Microsoft.ISAServer.Logging" Hosted="true" Singleton="false">
<Property ID="ServerName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="LogName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Type" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>