Share via


TypeDescriptor.DeleteDefaultValue method

Deletes the default value.

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

Syntax

'Declaration
Public Sub DeleteDefaultValue ( _
    methodInstanceId As UInteger _
)
'Usage
Dim instance As TypeDescriptor
Dim methodInstanceId As UInteger

instance.DeleteDefaultValue(methodInstanceId)
public void DeleteDefaultValue(
    uint methodInstanceId
)

Parameters

  • methodInstanceId
    Type: System.UInt32

    The identifier (ID) of the MethodInstance object.

See also

Reference

TypeDescriptor class

TypeDescriptor members

Microsoft.SharePoint.BusinessData.Administration namespace