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.

See also

Reference

MetadataInfo class

MetadataInfo members

Microsoft.Office.Server.Search.WebControls namespace