Share via


TypeDescriptor.GetById Method

Gets the TypeDescriptor object by using its identifier (ID).

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

Syntax

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

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

Parameters

Return Value

Type: Microsoft.SharePoint.BusinessData.Administration.Client.TypeDescriptor
A TypeDescriptor object.

See Also

Reference

TypeDescriptor Class

TypeDescriptor Members

Microsoft.SharePoint.BusinessData.Administration.Client Namespace