Share via


ProjectPropertyValues.ToText method

Sets the value that corresponds to the textPropertyValue 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 ToText ( _
    arg As Object _
) As String
'Usage
Dim arg As Object
Dim returnValue As String

returnValue = ProjectPropertyValues.ToText(arg)
public static string ToText(
    Object arg
)

Parameters

  • arg
    Type: System.Object

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

Return value

Type: System.String
A string.

See also

Reference

ProjectPropertyValues class

ProjectPropertyValues members

Microsoft.Office.Project.Server.Library namespace