IIndexedItemURI Interface

Provides access to members that control an item URI that references an indexed item within a container dataset.

Members

Name Description
Read/write property DatasetName The name object associated with the container dataset.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.