ManagedProperty.IncludeInMd5 Property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IncludeInMd5 As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.IncludeInMd5
instance.IncludeInMd5 = value
public bool IncludeInMd5 { get; set; }
Property Value
Type: System.Boolean