ArcObjects Library Reference (Carto)  

IFeatureServerInfo.HasVersionedData Property

.

[Visual Basic .NET]
Public ReadOnly Property InitialExtent As IEnvelope
[C#]
public IEnvelope InitialExtent {get;}
[C++]
HRESULT get_HasVersionedData(
  VARIANT_BOOL* HasVersionedData
);
[C++]

Parameters

HasVersionedData [out, retval]   HasVersionedData is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IFeatureServerInfo Interface