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.
Returns the client ID of the top level DOM element for the TaxonomyWebTaggingControl object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public ReadOnly Property ContainerId As String
Get
'Usage
Dim instance As TaxonomyWebTaggingControl
Dim value As String
value = instance.ContainerId
public string ContainerId { get; }
Property Value
Type: System.String
Top level DOM element ID for the TaxonomyWebTaggingControl
Remarks
Use this method if you want to initialize a new instance of a ControlObject that uses the client-side JavaScript OM. The ID that is specified is the ID of the DOM element that needs to be passed into the ControlObject constructor.
See Also
Reference
TaxonomyWebTaggingControl Class