Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.