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


IRemoteMetadataName.Dataset Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

IRemoteMetadataName.Dataset Property

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(
  System.String* pDataset
);
[C++]

Parameters pDataset [in]
pDataset is a parameter of type BSTR pDataset [out, retval]
pDataset is a parameter of type BSTR*

Product Availability

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

See Also

IRemoteMetadataName Interface