Microsoft.ISAServer.2006.Logging.TextMicrosoft ISA Server 2006 Logging: Text

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

ISA Server Text-File Logging

Element properties:

Base ClassMicrosoft.ISAServer.Logging
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5c256650-2a04-db86-43cb-1f476526d00f

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.Text:
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.Text" 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>