DefaultValueStruct constructor
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
typeDescriptorId As UInteger, _
methodInstanceId As UInteger, _
value As Object _
)
'Usage
Dim typeDescriptorId As UInteger
Dim methodInstanceId As UInteger
Dim value As Object
Dim instance As New DefaultValueStruct(typeDescriptorId, _
methodInstanceId, value)
public DefaultValueStruct(
uint typeDescriptorId,
uint methodInstanceId,
Object value
)
Parameters
typeDescriptorId
Type: System.UInt32The TypeDescriptor identifier (ID).
methodInstanceId
Type: System.UInt32The MethodInstance ID.
value
Type: System.ObjectThe default value.