This document is archived and information here might be outdated. Recommended version. |
Type of the server object (MapServer or GeocodeServer).
[Visual Basic .NET] Public Property Type As String
[C#] public string Type {get; set;}
[C++]
HRESULT get_Type(
BSTR ObjectType
);
[C++]
HRESULT put_Type(
System.String* ObjectType
);
[C++]
Parameters ObjectType [in]
ObjectType is a parameter of type BSTR ObjectType [out, retval]
ObjectType is a parameter of type BSTR*