ArcObjects Library Reference (GeoDatabase)  

IArchiveRegistrationInfo.DatasetName Property

The name of the dataset this registration information applies to.

[Visual Basic .NET]
Public Property DatasetName As String
[C#]
public string DatasetName {get; set;}
[C++]
HRESULT get_DatasetName(
  BSTR* Name
);
[C++]
HRESULT put_DatasetName(
  BSTR Name
);
[C++]

Parameters

Name [out, retval]   Name is a parameter of type BSTR Name [in]   Name is a parameter of type BSTR

Product Availability

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

Remarks

The DatasetName property refers to the name of the dataset the registration info object applies to. This property is used as an identifier when the dataset is registered for archiving.

See Also

IArchiveRegistrationInfo Interface