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