CategoryPicker.ButtonID Property
Gets or sets the button ID.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property ButtonID As String
Get
Set
'Usage
Dim instance As CategoryPicker
Dim value As String
value = instance.ButtonID
instance.ButtonID = value
public string ButtonID { get; set; }
Property Value
Type: System.String