QueryBasedCollection<T>.Item Property (Guid)
Retrieves an item by its unique ID.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
uniqueId As Guid _
) As T
Get
'Usage
Dim instance As QueryBasedCollection
Dim uniqueId As Guid
Dim value As T
value = instance(uniqueId)
public T this[
Guid uniqueId
] { get; }
Parameters
- uniqueId
Type: System.Guid
Unique ID of a list item.
Property Value
Type: T
The item matching the unique ID.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | UniqueId parameter cannot be a null reference (Nothing in Visual Basic). |
ArgumentException | UniqueId is invalid. |
See Also
Reference
QueryBasedCollection<T> Members