Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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