ViewFieldCollection.SchemaXml property
Gets a value that specifies the XML schema that represents the collection.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SchemaXml As String
Get
'Usage
Dim instance As ViewFieldCollection
Dim value As String
value = instance.SchemaXml
public string SchemaXml { get; }
Property value
Type: System.String
Returns a String instance representing the XML schema that represents the collection.
Remarks
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>