SimpleItemForm.FieldCollectionXml Property
Gets or sets the schema string that defines the field collection that is used to generate the fields for rendering the field form.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property FieldCollectionXml As String
Get
Set
'Usage
Dim instance As SimpleItemForm
Dim value As String
value = instance.FieldCollectionXml
instance.FieldCollectionXml = value
public string FieldCollectionXml { get; set; }
Property Value
Type: System.String
The String object that represents the field collection Collaborative Application Markup Language (CAML) schema string.