Share via


WebAdministrationSelector.CurrentName property

Gets the current server relative url of the selected web; 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 WebAdministrationSelector
Dim value As String

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

Property value

Type: System.String
Returns String.

See also

Reference

WebAdministrationSelector class

WebAdministrationSelector members

Microsoft.SharePoint.WebControls namespace