Compartir a través de


de la propiedad TaxonomyField.TextField

Gets or sets the GUID that identifies the hidden text field in an item.

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

Sintaxis

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

value = instance.TextField

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

Valor de propiedad

Tipo: System.Guid
A Guid object that identifies the hidden text field in an item.

Comentarios

Every TaxonomyField object contains a related hidden text field that contains a string representation of the taxonomy field value. The hidden text field is identifiedby the GUID returned by this property.

Vea también

Referencia

clase TaxonomyField

Miembros TaxonomyField

Espacio de nombres Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint.Taxonomy

Microsoft.SharePoint