SPSchemaElement.Type Property
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.