Category.Retrievable property

Gets or sets a Boolean value that indicates if 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