SPField.SchemaXml property
SharePoint 2013
Gets or sets the schema that defines the field.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableAttribute] [ClientCallableConstraintAttribute(FixedId = "validstr", Type = ClientCallableConstraintType.Custom, Value = "It MUST be an XML document that conforms to the FieldDefinition type as defined in [MS-WSSCAML] document or a string that is null or empty.")] public string SchemaXml { get; set; }
Property value
Type: System.StringA Collaborative Application Markup Language (CAML) string that contains the schema.