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


IServerObjectConfiguration5.DatasetNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerObjectConfiguration5 Interface > IServerObjectConfiguration5.DatasetNames Property
ArcGIS Developer Help

IServerObjectConfiguration5.DatasetNames Property

The dataset names associated with configuration.

[Visual Basic .NET]
Public Property DatasetNames As IStringArray
[C#]
public IStringArray DatasetNames {get; set;}
[C++]
HRESULT get_DatasetNames(
  IStringArray* ppDTNames
);
[C++]
HRESULT put_DatasetNames(
  IStringArray** ppDTNames
);
[C++]
Parameters
ppDTNames [in]

ppDTNames is a parameter of type IStringArray* ppDTNames [out, retval]
ppDTNames is a parameter of type IStringArray**

Product Availability

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

See Also

IServerObjectConfiguration5 Interface