ISProfile.CurrentOrgStructureID

Description

ID of the current organisational structure.

Syntax

object.CurrentOrgStructureID

Part Attribute Type Description
object Required
The object always implements the ISProfile interface
Restriction: This property is readonly.

Return Value

int

Example

Display ID of the current organisational structure.

Dim aCurrentOrgStructureID

aCurrentOrgStructureID = Profile.CurrentOrgStructureID

Profile.MsgBox ("Current Organisational Structure ID: " & aCurrentOrgStructureID) 
Note:

In Profile Client v8 on User Interface Current Org Structure ID cannot be found, but Current Organisational Structure can be found in Organisation > People & Places > Organisational Structure.

Version information

Added in v7.8.0