TaxonomyField.SspId - Propriété
Obtient ou définit le GUID qui identifie l'objet TermStore , lequel contient les mots clés d'entreprise du site auquel appartient l' actuel TaxonomyField .
Espace de noms : Microsoft.SharePoint.Taxonomy
Assembly : Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)
Syntaxe
'Déclaration
Public Property SspId As Guid
Get
Set
'Utilisation
Dim instance As TaxonomyField
Dim value As Guid
value = instance.SspId
instance.SspId = value
public Guid SspId { get; set; }
Valeur de propriété
Type : System.Guid
Une structure Guid qui identifie le TermStore qui contient les mots clés d'entreprise du site auquel appartient ce TaxonomyField .
Remarques
Si le GUID qui identifie le TermStore est introuvable, un objet Empty est retourné.