Share via


Property<T>.ObjectValue property

Gets or sets the value as an object. This value is not part of the data contract and will not be serialized over the wire.

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

Syntax

'Declaration
<IgnoreDataMemberAttribute> _
Public Overrides Property ObjectValue As Object
    Get
    Set
'Usage
Dim instance As [Property]
Dim value As Object

value = instance.ObjectValue

instance.ObjectValue = value
[IgnoreDataMemberAttribute]
public override Object ObjectValue { get; set; }

Property value

Type: System.Object

See also

Reference

Property<T> class

Property<T> members

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