Compartir a través de


de la propiedad TaxonomyField.TermSetId

Gets or sets the GUID of the TermSet object that contains the Term objects used by the current TaxonomyField object.

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

Sintaxis

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

value = instance.TermSetId

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

Valor de propiedad

Tipo: System.Guid
The GUID of the [TermSet] that contains the [Term] objects used by the current TaxonomyField object.

Comentarios

If the SPSite object, the TaxonomySession object, the TermStore object, or TermSet object cannot be found, the property returns a Empty object.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

TermSet

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint