TaxonomyWebTaggingControl.AnchorId Property
Get or set the ID of the Taxonomy whose children will be used to validate against.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property AnchorId As Guid
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Guid
value = instance.AnchorId
instance.AnchorId = value
public Guid AnchorId { get; set; }
Property Value
Type: System.Guid
ID of parent Term for any valid value in control
See Also
Reference
TaxonomyWebTaggingControl Class
TaxonomyWebTaggingControl Members