Compartilhar via


Hold.HoldsListColumn_ManagedBy 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_ManagedBy As String
    Get
'Usage
Dim value As String

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

Property Value

Type: System.String

Remarks

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

See Also

Reference

Hold Class

Hold Members

Microsoft.Office.RecordsManagement.Holds Namespace