SPSchemaElement.Type property

Gets or sets the SPSchemaElementType where this field should appear.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPSchemaElement class

SPSchemaElement members

Microsoft.SharePoint.WebControls namespace