Share via


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.UInt32

    The TypeDescriptor identifier (ID).

See Also

Reference

DefaultValueStruct Class

DefaultValueStruct Members

Microsoft.SharePoint.BusinessData.SharedService Namespace