Text

Property of IScopeTagInfo

Description

Tag text

Property type

Read-Only Property of type BSTR

Syntax

JavaScript

var sText = ScopeTagInfo.Text;

Visual Basic Script

sText = ScopeTagInfo.Text

C++

BSTR sText;
HRESULT hr = ScopeTagInfo.get_Text(&sText);

See Also

IScopeTagInfo