Share via


TypeDescriptor.GetDefaultValue method

Gets the default value for this type descriptor given the method instance identifier (ID).

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

Syntax

'Declaration
Public Function GetDefaultValue ( _
    methodInstanceId As UInteger _
) As Object
'Usage
Dim instance As TypeDescriptor
Dim methodInstanceId As UInteger
Dim returnValue As Object

returnValue = instance.GetDefaultValue(methodInstanceId)
public Object GetDefaultValue(
    uint methodInstanceId
)

Parameters

Return value

Type: System.Object
The default value.

See also

Reference

TypeDescriptor class

TypeDescriptor members

Microsoft.SharePoint.BusinessData.Administration namespace