Gets or sets the file containing the function to call.
Read-write property
[Visual Basic .NET] |
---|
Public Property ScriptFilename() As String |
[C#] |
---|
public string ScriptFilename {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ScriptFilename(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScriptFilename( BSTR * pVal ); public: HRESULT put_ScriptFilename( BSTR InVal ); |
[Java] |
---|
public String getScriptFilename(); public void setScriptFilename( String ); |