ManagedProperty.IncludeInMd5 property
NOTE: This API is now obsolete.
This property is deprecated and should not be used.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property is deprecated.")> _
Public Property IncludeInMd5 As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.IncludeInMd5
instance.IncludeInMd5 = value
[ObsoleteAttribute("This property is deprecated.")]
public bool IncludeInMd5 { get; set; }
Property value
Type: System.Boolean