uaPLUS Reference
EventCategoryDef Constructor(Int32,String,EventType,EventAttributeDef[])
See Also  Send Feedback
NSPlugin Namespace > EventCategoryDef Class > EventCategoryDef Constructor : EventCategoryDef Constructor(Int32,String,EventType,EventAttributeDef[])

catID
catDesc
et
attrib

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal catID As Integer, _
   ByVal catDesc As String, _
   ByVal et As EventType, _
   ByVal attrib() As EventAttributeDef _
)
C# 
public EventCategoryDef( 
   int catID,
   string catDesc,
   EventType et,
   EventAttributeDef[] attrib
)

Parameters

catID
catDesc
et
attrib

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.