FirstName 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.

IERUDirectoryUser
IERUUser
IERUDirectorySearchCriteria

 

 

FirstName property

Returns the FirstName for an eRoom Directory User.

Syntax


C++

HRESULT get_FirstName(BSTR* pFirstName)

Scripting languages

String = Object.FirstName

Go to Top

Home

Applies to

IERUDirectoryUser

 

 

 

FirstName property

Sets or returns the FirstName property of a Directory Search Criteria or eRoom User.

Syntax


C++

HRESULT get_FirstName(BSTR* pFirstName)
HRESULT put_FirstName(
BSTR FirstName)

Scripting languages

String = Object.FirstName
Object
.FirstName = String

Go to Top

Home

Applies to

IERUDirectorySearchCriteria

IERUUser