Compartilhar via


Hold.HoldsListColumn_Description Property

Reserved for internal use.

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

Syntax

'Declaration
Public Shared ReadOnly Property HoldsListColumn_Description As String
    Get
'Usage
Dim value As String

value = Hold.HoldsListColumn_Description
public static string HoldsListColumn_Description { get; }

Property Value

Type: System.String

Remarks

Holds are stored as list items; the list containing the holds has a Description column. To access the description of the hold, access the SPListItem object that represents that hold, and then access the field value for the Description column.

See Also

Reference

Hold Class

Hold Members

Microsoft.Office.RecordsManagement.Holds Namespace