TypeDescriptorStruct Constructor (TypeDescriptor)
Initializes a new instance of the class.
Namespace: Microsoft.SharePoint.BusinessData.SharedService
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
typeDescriptor As TypeDescriptor _
)
'Usage
Dim typeDescriptor As TypeDescriptor
Dim instance As New TypeDescriptorStruct(typeDescriptor)
public TypeDescriptorStruct(
TypeDescriptor typeDescriptor
)
Parameters
typeDescriptor
Type: Microsoft.SharePoint.BusinessData.Administration.TypeDescriptorThe TypeDescriptor object.