CTFieldRefs.Xml property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<TemplateContainerAttribute(GetType(CTFieldRefsContainer))> _
Public Property Xml As ITemplate
Get
Set
'Usage
Dim instance As CTFieldRefs
Dim value As ITemplate
value = instance.Xml
instance.Xml = value
[TemplateContainerAttribute(typeof(CTFieldRefsContainer))]
public ITemplate Xml { get; set; }
Property value
Type: System.Web.UI.ITemplate