CategoryPicker.CallBackMethodName Property
NOTE: This API is now obsolete.
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
<ObsoleteAttribute("This control is obsolete.")> _
Public Property CallBackMethodName As String
Get
Set
'Usage
Dim instance As CategoryPicker
Dim value As String
value = instance.CallBackMethodName
instance.CallBackMethodName = value
[ObsoleteAttribute("This control is obsolete.")]
public string CallBackMethodName { get; set; }
Property Value
Type: System.String
String. The name of the method.