Share via


_sProperty.Type Field

A string representing the type of the field.

Namespace:  [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx

Syntax

'Declaration
Public Type As String
'Usage
Dim instance As _sProperty
Dim value As String

value = instance.Type

instance.Type = value
public string Type

Remarks

Custom SharePoint site data may not conform to the field types included in Windows SharePoint Services, or situations may occur where further customization on general field types is appropriate. Custom field types may be created for data validation, field rendering, and processing of variable properties.

See Also

Reference

_sProperty Structure

_sProperty Members

SiteData Web Service

SPFieldType

SPFieldTypeDefinition

Other Resources

Custom Field Types