Compartir a través de


de la propiedad TaxonomyField.SspId

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

Espacio de nombres:  Microsoft.SharePoint.Taxonomy
Ensamblado:  Microsoft.SharePoint.Taxonomy (en Microsoft.SharePoint.Taxonomy.dll)

Sintaxis

'Declaración
Public Property SspId As Guid
    Get
    Set
'Uso
Dim instance As TaxonomyField
Dim value As Guid

value = instance.SspId

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

Valor de propiedad

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

Comentarios

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

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint