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

ERUDirectoryUser
IERUDirectorySearchCriteria
IERUUser

 

 

MiddleName property

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

Syntax


C++

HRESULT get_MiddleName(BSTR* pMiddleName)

Scripting languages

String = Object.MiddleName

Go to Top

Home

Applies to

IERUDirectoryUser

 

 

 

MiddleName property

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

Syntax


C++

HRESULT get_MiddleName(BSTR* pMiddleName)
HRESULT put_MiddleName(
BSTR MiddleName)

Scripting languages

String = Object.MiddleName
Object
.MiddleName = String

Go to Top

Home

Applies to

IERUDirectorySearchCriteria

IERUUser