Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SPSchemaElementType where this field should appear.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Type As SPSchemaElementType
Get
Set
'Usage
Dim instance As SPSchemaElement
Dim value As SPSchemaElementType
value = instance.Type
instance.Type = value
[DataMemberAttribute]
public SPSchemaElementType Type { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.SPSchemaElementType
A SPSchemaElementType object.