MetadataInfo.Persist Property
Gets or sets a value that indicates whether the metadata information should be persisted.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Persist As Boolean
Get
Set
'Usage
Dim instance As MetadataInfo
Dim value As Boolean
value = instance.Persist
instance.Persist = value
public bool Persist { get; set; }
Property Value
Type: System.Boolean
true if the metadata information should be persisted; otherwise, false.
Remarks
The default value is false.