uaPLUS Reference
GetEventAttributes Method
See Also  Send Feedback
Advosol.uaPLUS.AE Namespace > ComAeClient Class : GetEventAttributes Method

categoryId
The category id.
attributeIds
The attribute ids.
descriptions
The descriptions.
dataTypes

Glossary Item Box

Gets the event attributes.

Syntax

Visual Basic (Declaration) 
Public Function GetEventAttributes( _
   ByVal categoryId As Integer, _
   ByRef attributeIds As Integer(), _
   ByRef descriptions As String(), _
   ByRef dataTypes As Type() _
) As Boolean
C# 
public bool GetEventAttributes( 
   int categoryId,
   out int[] attributeIds,
   out string[] descriptions,
   out Type[] dataTypes
)

Parameters

categoryId
The category id.
attributeIds
The attribute ids.
descriptions
The descriptions.
dataTypes

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.