TaxonomyField.SspId property

Gets or sets the GUID that identifies the TermStore object, which contains the Enterprise Keywords for the site that the current TaxonomyField belongs to.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Property SspId As Guid
    Get
    Set
'Usage
Dim instance As TaxonomyField
Dim value As Guid

value = instance.SspId

instance.SspId = value
public Guid SspId { get; set; }

Property value

Type: System.Guid
A Guid struct that identifies the TermStore which contains the Enterprise Keywords for the site that this TaxonomyField belongs to.

Remarks

If the GUID that identifies the TermStore could not be found, a Empty object is returned.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Taxonomy namespace

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint