_sProperty Structure
A structure that defines the name and type of a list field.
Namespace: [SiteData Web service]
Web service reference: http://Site/_vti_bin/SiteData.asmx
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.