ViewFieldCollection.SchemaXml Property

Gets a value that specifies the XML schema that represents the collection.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property SchemaXml As String
    Get
'Usage
Dim instance As ViewFieldCollection
Dim value As String

value = instance.SchemaXml
[RemoteAttribute]
public string SchemaXml { get; }

Property Value

Type: System.String
Returns a String instance representing . the XML schema that represents the collection.

Remarks

It must not be a null reference (Nothing in Visual Basic). It must be an XML fragment that conforms to the following XML schema:<xs:sequence><xs:element name="FieldRef" type="FieldRefDefinitionView" minOccurs="0" maxOccurs="unbounded" /></xs:sequence>where FieldRefDefinitionView as specified.

The List Security type specifies the security information of a List definition.

Schema

<xs:complexType name="ListSecurity">
    <xs:all>
        <xs:element name="ReadSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
        <xs:element name="WriteSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
        <xs:element name="SchemaSecurity" type="xs:int" minOccurs="0" maxOccurs="1" />
    </xs:all>
</xs:complexType>

See Also

Reference

ViewFieldCollection Class

ViewFieldCollection Members

Microsoft.SharePoint.Client Namespace