Share via


Model.GetById method

Gets the Model object given its identifier (ID).

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetById ( _
    id As UInteger, _
    metadataCatalog As AdministrationMetadataCatalog _
) As Model
'Usage
Dim id As UInteger
Dim metadataCatalog As AdministrationMetadataCatalog
Dim returnValue As Model

returnValue = Model.GetById(id, metadataCatalog)
public static Model GetById(
    uint id,
    AdministrationMetadataCatalog metadataCatalog
)

Parameters

Return value

Type: Microsoft.SharePoint.BusinessData.Administration.Model

See also

Reference

Model class

Model members

Microsoft.SharePoint.BusinessData.Administration namespace