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

IERUDirectoryMember
IERUSEvent_User

 

 

User property

Returns the IERUDirectoryUser interface pointer to the specified member.

Syntax


C++

HRESULT get_User(IERUDirectoryUser** pUser)

Scripting languages

Set value = Object.User

Go to Top

Home

Applies to

IERUDirectoryMember


See also

Group property

 

 

User property

Returns the IERUUser interface pointer to the specified member.

Note that attempting to access the User property for an Add User Before event throws an EROOM_E_INVALIDOPERATION error.

Syntax


C++

HRESULT get_User(IERUUser** pUser)

Scripting languages

Set User = Object.User

Go to Top

Home

Applies to

IERUMember

IERUSEvent_User


See also

Group property