AddMemberOverrideURL property

This property is obsolete. Sets or returns the override URL for the facility's Add Member page.

Syntax


C++

HRESULT get_AddMemberOverrideURL(BSTR* pURL)

HRESULT put_AddMemberOverrideURL(BSTR myURL)

Scripting languages

String = Facility.AddMemberOverrideURL
= String

Remarks


While this property will continue working for backwards compatibility, it is obsolete in v5.2. Instead, programmers should use the OverrideURL property on the IERUFacility interface with the ERUOverrideURL enumeration value, erURLRoomAddMembers.

Home

Applies to

IERUFacility