_sProperty structure

A structure that defines the name and type of a list field.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Structure _sProperty
'Usage
Dim instance As _sProperty
[SerializableAttribute]
public struct _sProperty

Remarks

This structure is used to obtain properties that describe a column in an SPList object. The field properties will be stored in an array whose size is determined by the number of fields in the list.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

_sProperty members

WebSvcSiteData namespace

Fields