Share via


Item.RawData property

Gets or sets the raw data field that may be sent to the service.

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

Syntax

'Declaration
<DataMemberAttribute(Name := "RawData", IsRequired := False)> _
Public Property RawData As Byte()
    Get
    Set
'Usage
Dim instance As Item
Dim value As Byte()

value = instance.RawData

instance.RawData = value
[DataMemberAttribute(Name = "RawData", IsRequired = false)]
public byte[] RawData { get; set; }

Property value

Type: []

See also

Reference

Item class

Item members

Microsoft.Office.Server.Search.ContentProcessingEnrichment namespace