Share via


ListAdministrationSelector.CurrentName property

Gets the current title of the selected list; otherwise String.Empty.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property CurrentName As String
    Get
'Usage
Dim instance As ListAdministrationSelector
Dim value As String

value = instance.CurrentName
public override string CurrentName { get; }

Property value

Type: System.String
Returns String.

See also

Reference

ListAdministrationSelector class

ListAdministrationSelector members

Microsoft.SharePoint.WebControls namespace