TaxonomyWebTaggingControl.GroupId property
Gets and sets the IDs of the Group object that this control will validate against
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Property GroupId As Guid
Get
Set
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As Guid
value = instance.GroupId
instance.GroupId = value
public Guid GroupId { get; set; }
Property value
Type: System.Guid
Group IDs that are used to resolve terms
See also
Reference
TaxonomyWebTaggingControl class
TaxonomyWebTaggingControl members