Application.SetField Method

Project Developer Reference

Sets the value in a field for the selected Application.

Syntax

expression.SetField(Field, Value, Create)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Field Required String The name of the field to set.
Value Required String The value of the field.
Create Optional Boolean True if a new task or resource is created. The default value is True.

Return Value
Boolean

See Also