RecurrenceDataControl.Template 属性
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<TemplateContainerAttribute(GetType(FormComponent))> _
Public Property Template As ITemplate
Get
Set
用法
Dim instance As RecurrenceDataControl
Dim value As ITemplate
value = instance.Template
instance.Template = value
[TemplateContainerAttribute(typeof(FormComponent))]
public ITemplate Template { get; set; }