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