SPCalendarTabs.TabTemplateName Property
Gets or sets the TabTemplateName property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property TabTemplateName As String
Get
Set
'Usage
Dim instance As SPCalendarTabs
Dim value As String
value = instance.TabTemplateName
instance.TabTemplateName = value
[BindableAttribute(true)]
public string TabTemplateName { get; set; }
Property Value
Type: System.String