ContextSelector<T>.CurrentName property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CurrentName As String
Get
'Usage
Dim instance As ContextSelector
Dim value As String
value = instance.CurrentName
public abstract string CurrentName { get; }
Property value
Type: System.String