Name of metadata document on server.
[Visual Basic .NET] Public Property Dataset As String
[C#] public string Dataset {get; set;}
[C++]
HRESULT get_Dataset(
BSTR* pDataset
);
[C++]
HRESULT put_Dataset(
BSTR pDataset
);
[C++]Parameters
pDataset [out, retval] pDataset is a parameter of type BSTR pDataset [in] pDataset is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.