Share via


Property<T>.Value property

Gets or sets the Value of this Property.

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

Syntax

'Declaration
<DataMemberAttribute(Name := "Value")> _
Public Property Value As T
    Get
    Set
'Usage
Dim instance As [Property]
Dim value As T

value = instance.Value

instance.Value = value
[DataMemberAttribute(Name = "Value")]
public T Value { get; set; }

Property value

Type: T

See also

Reference

Property<T> class

Property<T> members

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