This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IR > IRemoteMetadataName Interface > IRemoteMetadataName.Dataset Property (ArcObjects .NET 10.5 SDK) |
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