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
- strJustification
Type: System.String
- justification
Type: Microsoft.Office.RecordsManagement.PolicyFeatures.PolicyLabel.Justification
Return Value
Type: System.Boolean