Share via


Category.Retrievable Property

Gets or sets a Boolean value that specifies whether the property values for the category are stored in the Property Store database.

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

Syntax

'Declaration
Public Property Retrievable As Boolean
    Get
    Set
'Usage
Dim instance As Category
Dim value As Boolean

value = instance.Retrievable

instance.Retrievable = value
public bool Retrievable { get; set; }

Property Value

Type: System.Boolean
true, if the property values are stored in the Property Store database; otherwise, false.

See Also

Reference

Category Class

Category Members

Microsoft.Office.Server.Search.Administration Namespace