Specify a script file.
Read-write property
[Visual Basic .NET] |
---|
Public Property ScriptFile() As String |
[C#] |
---|
public string ScriptFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ScriptFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScriptFile( BSTR * pRetVal ); public: HRESULT put_ScriptFile( BSTR ScriptFile ); |
[Java] |
---|
public String getScriptFile(); public void setScriptFile( String ); |