The Text property specifies or returns the text of a Microsoft® ActiveX® script.
object.Text [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | ActiveX script text |
String
Read/write
HRESULT GetText(BSTR *pRetVal);
HRESULT SetText(BSTR NewValue);
The scripting language is specified by the Language property.
The property also can be referenced through the TransformServerProperties collection with the following code:
Set transprops = transform.TransformServerProperties
transprops("Text") [= string]