Provides access to members that control an item URI that references an indexed item within a container dataset.
Members
Name | Description | |
---|---|---|
DatasetName | The name object associated with the container dataset. | |
ItemID | The ID of the data source within the container dataset referenced by the item URI. |
IIndexedItemURI.DatasetName Property
The name object associated with the container dataset.
Public Property DatasetName As IName
public IName DatasetName {get; set;}
IIndexedItemURI.ItemID Property
The ID of the data source within the container dataset referenced by the item URI.
Public Property ItemID As Integer
public int ItemID {get; set;}
Classes that implement IIndexedItemURI
Classes | Description |
---|---|
IndexedItemURI | An indexed item URI object. |