LogEventPolicyMappingCriteria.FilterField Enumeration
See Also 
SourceCode.EventBus.Management Namespace : LogEventPolicyMappingCriteria.FilterField Enumeration



Glossary Item Box

FilterField

Syntax

Visual Basic (Declaration) 
Public Enum LogEventPolicyMappingCriteria.FilterField 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As LogEventPolicyMappingCriteria.FilterField
C# 
public enum LogEventPolicyMappingCriteria.FilterField : System.Enum 
C++/CLI 
public enum class LogEventPolicyMappingCriteria.FilterField : public System.Enum 

Members

MemberDescription
AssemblyFullName The assembly full name
AssemblyMethodSignature The assembly method signature
AssemblyTypeName The assembly type name
EventPolicyMappingID The event policy mapping identifier
ExecutableTypeID The executable type identifier
ID The identifier
LogCustomEventID The log custom event identifier
PolicyTypeID The policy type identifier
RowCountEnd The row count end
RowCountStart The row count start
SfMajorVersion The sf major version
SfName The sf name
SfNameSpace The sf name space

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.EventBus.Management.LogEventPolicyMappingCriteria.FilterField

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also