SPObjectModelTypeCollection.Item property (Type)
A collection type item referenced by the given unique identifier.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
type As Type _
) As SPObjectModelType
Get
'Usage
Dim instance As SPObjectModelTypeCollection
Dim type As Type
Dim value As SPObjectModelType
value = instance.Item(type)
public SPObjectModelType this[
Type type
] { get; }
Parameters
type
Type: System.TypeA System type reference to the item.
Property value
Type: Microsoft.SharePoint.Administration.SPObjectModelType
A SPObjectModelType object.
See also
Reference
SPObjectModelTypeCollection class