LoginName 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
IERUSEvent_User

IERUUser

 

 

LoginName property

Returns the LoginName for a User.

Syntax


C++

HRESULT get_LoginName(BSTR* pLoginName)

Scripting languages

String = Object.LoginName

Go to Top

Home

Applies to

IERUDirectoryUser

IERUSEvent_User

 

 

LoginName property

Sets or returns the LoginName associated with an eRoom User. Duplicate login names are not permitted within a site; each login name must be unique.

Syntax


C++

HRESULT get_LoginName(BSTR* pLoginName)
HRESULT put_LoginName(
BSTR LoginName)

Scripting languages

String = Object.LoginName
Object
.LoginName = String

Go to Top

Home

Applies to

IERUUser


See also

Member Info & Rights