This document is archived and information here might be outdated. Recommended version. |
Script of the schematic attribute script.
[Visual Basic .NET]
Public Property Script As String
[C#]
public string Script {get; set;}
[C++]
HRESULT get_Script(
System.String* Script
);
[C++]
HRESULT put_Script(
BSTR Script
);
[C++] Parameters Script [out, retval]
Script is a parameter of type BSTR* Script [in]
Script is a parameter of type BSTR
Any VB Script statement (Looping, If, Select,... statement) or VB expression can be interpreted.