Property<T> - Classe

Propriété.

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.Search.ContentProcessingEnrichment.PropertyTypes.AbstractProperty
    Microsoft.Office.Server.Search.ContentProcessingEnrichment.PropertyTypes.Property<T>

Espace de noms :  Microsoft.Office.Server.Search.ContentProcessingEnrichment.PropertyTypes
Assembly :  Microsoft.Office.Server.Search.ContentProcessingEnrichment (dans Microsoft.Office.Server.Search.ContentProcessingEnrichment.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "PropertyOf{0}", Namespace := "https://schemas.microsoft.com/office/server/search/contentprocessing/2012/01/ContentProcessingEnrichment")> _
Public NotInheritable Class Property(Of T) _
    Inherits AbstractProperty
'Utilisation
Dim instance As [Property](Of T)
[DataContractAttribute(Name = "PropertyOf{0}", Namespace = "https://schemas.microsoft.com/office/server/search/contentprocessing/2012/01/ContentProcessingEnrichment")]
public sealed class Property<T> : AbstractProperty

Paramètres de type

  • T
    Le Type de la propriété.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

Property<T> - Membres

Microsoft.Office.Server.Search.ContentProcessingEnrichment.PropertyTypes - Espace de noms