AbstractProperty class

Abstract class for properties.

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 := "Property", Namespace := "https://schemas.microsoft.com/office/server/search/contentprocessing/2012/01/ContentProcessingEnrichment")> _
<KnownTypeAttribute("KnownTypes")> _
Public MustInherit Class AbstractProperty
'Usage
Dim instance As AbstractProperty
[DataContractAttribute(Name = "Property", Namespace = "https://schemas.microsoft.com/office/server/search/contentprocessing/2012/01/ContentProcessingEnrichment")]
[KnownTypeAttribute("KnownTypes")]
public abstract class AbstractProperty

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

AbstractProperty members

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