ServerPath
Obtiene o establece la ruta de acceso del ejecutable de MapForce Server.
Firma
ServerPath : String |
Firma genérica
string ServerPath { set; get; } |
C#
HRESULT ServerPath([in] BSTR bstrServerFile ); HRESULT ServerPath([out, retval] BSTR* pbstrServerFile ); |
C++
Property ServerPath As String |
VB.NET