ID
property
Returns the ID for a Community, Icon, Member, Custom Field Definition,
DB Column, or Directory Connection.
Syntax
C++
HRESULT
get_ID(LONG* pID)
Scripting languages
LongValue
= Object.ID |
Go to Top |
Home
Applies to
IERUCommunity
IERUDirectoryConnection
IERUIcon
IERUMember
IERUCustomFieldDef
IERUDBColumn |
ID
property
Returns the ID for a Column, Community, Element Room, Facility, Group,
Item, Room, Site, Site Facility, Site Item, Site Room, or User.
Note that attempting to access the ID property for the following synchronous
events throws an EROOM_E_INVALIDOPERATION error:
Add Column Before
Add Community Before
Add Facility Before
Add Item Before
Add Room Before
Import Room Before
Syntax
C++
HRESULT get_ID(BSTR*
pID)
Scripting languages
String = Object.ID |
Go to Top |
Home
Applies to
IERUElementItem
IERUElementRoom
IERUFacility
IERUItem
IERURoom
IERUSEvent_Community
IERUSEvent_Column
IERUSEvent_Facility
IERUSEvent_Group
IERUSEvent_Item
IERUSEvent_Room
IERUSEvent_User
IERUSite
IERUSiteFacility
IERUSiteItem
IERUSiteRoom |