Share via


ProjectPropertyValues.ToFlag method

Sets the value that corresponds to the flagPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Shared Function ToFlag ( _
    arg As Object _
) As Boolean
'Usage
Dim arg As Object
Dim returnValue As Boolean

returnValue = ProjectPropertyValues.ToFlag(arg)
public static bool ToFlag(
    Object arg
)

Parameters

  • arg
    Type: System.Object

    The value to set; an instance of either System.Boolean or the ProjectPropertyValues class.

Return value

Type: System.Boolean
A Boolean value.

See also

Reference

ProjectPropertyValues class

ProjectPropertyValues members

Microsoft.Office.Project.Server.Library namespace