LastName 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
IERUDirectorySearchCriteria
IERUUser

 

 

LastName property

Returns the LastName for an eRoom Directory User. This property is read-only.  Use IERUUser::SetName() method to change this property.

Syntax


C++

HRESULT get_LastName(BSTR* pLastName)

Scripting languages

String = Object.LastName

Go to Top

Home

Applies to

IERUDirectoryUser

 

 

LastName property

Sets or returns the LastName property of a Directory Search Criteria.

Syntax


C++

HRESULT get_LastName(BSTR* pLastName)
HRESULT put_LastName(
BSTR LastName)

Scripting languages

String = Object.LastName
Object
.LastName = String

Go to Top

Home

Applies to

IERUDirectorySearchCriteria

IERUUser