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.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.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
Microsoft.SharePoint.Client.Taxonomy namespace