Share via


_sProperty.Type field

A string representing the type of the field.

Namespace:  WebSvcSiteData
Assembly:  STSSOAP (in STSSOAP.dll)

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

WebSvcSiteData namespace

SPFieldType

SPFieldTypeDefinition

Other resources

Custom Field Types