Property<T> class

A property.

Inheritance hierarchy

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

Namespace:  Microsoft.Office.Server.Search.ContentProcessingEnrichment.PropertyTypes
Assembly:  Microsoft.Office.Server.Search.ContentProcessingEnrichment (in Microsoft.Office.Server.Search.ContentProcessingEnrichment.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "PropertyOf{0}", Namespace := "https://schemas.microsoft.com/office/server/search/contentprocessing/2012/01/ContentProcessingEnrichment")> _
Public NotInheritable Class Property(Of T) _
    Inherits AbstractProperty
'Usage
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

Type parameters

  • T
    The type of the property.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Property<T> members

Microsoft.Office.Server.Search.ContentProcessingEnrichment.PropertyTypes namespace