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.UInt32The identifier (ID) of the MethodInstance object.