Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the schema that defines the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property SchemaXml As String
Get
Set
'Usage
Dim instance As SPField
Dim value As String
value = instance.SchemaXml
instance.SchemaXml = value
public string SchemaXml { get; set; }
Type: System.String
A Collaborative Application Markup Language (CAML) string that contains the schema.
Do not call the Update method when using the SchemaXml property to modify a field.
Using this property to set a read-only attribute, such as InternalName, generates an exception.