Share via


PolicyLabel.FJustificationFromString method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Shared Function FJustificationFromString ( _
    strJustification As String, _
    <OutAttribute> ByRef justification As PolicyLabel.Justification _
) As Boolean
'Usage
Dim strJustification As String
Dim justification As PolicyLabel.Justification
Dim returnValue As Boolean

returnValue = PolicyLabel.FJustificationFromString(strJustification, _
    justification)
public static bool FJustificationFromString(
    string strJustification,
    out PolicyLabel.Justification justification
)

Parameters

Return value

Type: System.Boolean

See also

Reference

PolicyLabel class

PolicyLabel members

Microsoft.Office.RecordsManagement.PolicyFeatures namespace