SupportMessage property

Sets or returns the message text that can override the default support message. The Support Message is used if not empty. You can also override the default support URL by setting the SupportURL property. If you do this, the text you specify within curly braces { } in the SupportMessageText is used as link text.

Syntax


C++

HRESULT get_SupportMessage(BSTR* pSupportMessageText)

HRESULT put_SupportMessage(BSTR mySupportMessageText)

Scripting languages

String = Object.SupportMessage

Object.SupportMessage = String

Home

Applies to

IERUSiteSettings