ServerPath
Gets or sets the path of the MapForce Server executable.
Signature
ServerPath : String |
Generic signature
string ServerPath { set; get; } |
C#
HRESULT ServerPath([in] BSTR bstrServerFile ); HRESULT ServerPath([out, retval] BSTR* pbstrServerFile ); |
C++
Property ServerPath As String |
VB.NET