This document is archived and information here might be outdated.  Recommended version.


IDEServerObject.ServerObjectType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEServerObject.ServerObjectType Property

The server object type.

[Visual Basic .NET]
Public Property ServerObjectType As String
[C#]
public string ServerObjectType {get; set;}
[C++]
HRESULT get_ServerObjectType(
  BSTR* soType
);
[C++]
HRESULT put_ServerObjectType(
  BSTR soType
);
[C++]

Parameters soType [out, retval] soType is a parameter of type BSTR soType [in] soType is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEServerObject Interface