ID property

This property is implemented by the following interfaces. Click one of the links below to jump to the description of the property as it pertains to that interface.

IERUCommunity
IERUCustomFieldDef
IERUDBColumn
IERUDirectoryConnection
IERUIcon

IERUElementItem
IERUElementRoom
IERUFacility
IERUItem

IERUMember

IERURoom
IERUSEvent_Column
IERUSEvent_Community
IERUSEvent_Facility
IERUSEvent_Group
IERUSEvent_Item
IERUSEvent_Room
IERUSEvent_User
IERUSite
IERUSiteFacility
IERUSiteItem
IERUSiteRoom

 

 

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