Share via


HoldInfo.Culture property

Gets the culture associated with this hold.

Namespace:  Microsoft.Office.RecordsManagement.Preservation
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property Culture As CultureInfo
    Get
    Friend Set
'Usage
Dim instance As HoldInfo
Dim value As CultureInfo

value = instance.Culture
public CultureInfo Culture { get; internal set; }

Property value

Type: System.Globalization.CultureInfo
The culture associated with this hold.

Remarks

This property indicates the culture that should be used with searches in sites that have enabled query-based expiration.

See also

Reference

HoldInfo class

HoldInfo members

Microsoft.Office.RecordsManagement.Preservation namespace