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