Field Constructor
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Sub New ( _
typeDescriptor As TypeDescriptor _
)
'Usage
Dim typeDescriptor As TypeDescriptor
Dim instance As New Field(typeDescriptor)
public Field(
TypeDescriptor typeDescriptor
)
Parameters
- typeDescriptor
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptor
The data type of the field.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace