CategoryPicker.CallBackMethodName Property
Gets or sets the name of the method to call for client scripts if the user makes changes.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property CallBackMethodName As String
Get
Set
'Usage
Dim instance As CategoryPicker
Dim value As String
value = instance.CallBackMethodName
instance.CallBackMethodName = value
public string CallBackMethodName { get; set; }
Property Value
Type: System.String