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


IMobileLayerInfo.FeatureDatasetName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMobileLayerInfo.FeatureDatasetName Property

The layer feature dataset name.

[Visual Basic .NET]
Public ReadOnly Property FeatureDatasetName As String
[C#]
public string FeatureDatasetName {get;}
[C++]
HRESULT get_FeatureDatasetName(
  BSTR* FeatureDatasetName
);
[C++]

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

Product Availability

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

See Also

IMobileLayerInfo Interface