Share via


CategoryPicker.AnchorID Property

NOTE: This API is now obsolete.

Gets or sets the identifier of the anchor area from which to anchor the listings.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("This control is obsolete.")> _
Public Property AnchorID As String
    Get
    Set
'Usage
Dim instance As CategoryPicker
Dim value As String

value = instance.AnchorID

instance.AnchorID = value
[ObsoleteAttribute("This control is obsolete.")]
public string AnchorID { get; set; }

Property Value

Type: System.String
String. The identifier of the anchor from which to anchor the listings.

See Also

Reference

CategoryPicker Class

CategoryPicker Members

Microsoft.SharePoint.Portal.WebControls Namespace