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


IFeatureServerInfo.DocumentInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServerInfo Interface > IFeatureServerInfo.DocumentInfo Property
ArcGIS Developer Help

IFeatureServerInfo.DocumentInfo Property

.

[Visual Basic .NET]
Public ReadOnly Property DocumentInfo As IPropertySet
[C#]
public IPropertySet DocumentInfo {get;}
[C++]
HRESULT get_DocumentInfo(
  IPropertySet** DocumentInfo
);
[C++]
Parameters
DocumentInfo [out, retval]

DocumentInfo is a parameter of type IPropertySet**

Product Availability

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

See Also

IFeatureServerInfo Interface