ServerPath
Obtient ou définit le chemin de l'exécutable MapForce Server.
Signature
ServerPath : String |
Signature générique
string ServerPath { set; get; } |
C#
HRESULT ServerPath([in] BSTR bstrServerFile ); HRESULT ServerPath([out, retval] BSTR* pbstrServerFile ); |
C++
Property ServerPath As String |
VB.NET