scripting:api:options-page:guid

GUID

Property of IOptionsPage

Returns Unique Verb ID

Read-Only Property of type BSTR

var sID = OptionsPage.GUID;
sID = OptionsPage.GUID
BSTR sID;
HRESULT hr = OptionsPage.get_GUID(&sID);