ServerPath
Ruft den Pfad der ausführbaren MapForce Server-Datei ab bzw. definiert ihn.
Signatur
ServerPath : String |
Allgemeine Signatur
string ServerPath { set; get; } |
C#
HRESULT ServerPath([in] BSTR bstrServerFile ); HRESULT ServerPath([out, retval] BSTR* pbstrServerFile ); |
C++
Property ServerPath As String |
VB.NET