Compartilhar via


PolicyLabel.FJustificationFromString método

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 (em Microsoft.Office.Policy.dll)

Sintaxe

'Declaração
Public Shared Function FJustificationFromString ( _
    strJustification As String, _
    <OutAttribute> ByRef justification As PolicyLabel.Justification _
) As Boolean
'Uso
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
)

Parâmetros

Valor retornado

Tipo: System.Boolean

Ver também

Referência

PolicyLabel classe

PolicyLabel membros

Microsoft.Office.RecordsManagement.PolicyFeatures namespace