CTFieldRefs.Xml Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
Returns ITemplate.