ProjectPropertyValues members

Represents values that correspond to parameters that are used in PSWorkflowService methods.

The ProjectPropertyValues type exposes the following members.

Constructors

  Name Description
Public method ProjectPropertyValues Creates an instance of the ProjectPropertyValues class.

Top

Properties

  Name Description
Public property CodeValue Gets or sets the value of a code property.
Public property DateTimeValue Gets or sets the value of a DateTime property.
Public property DurationValue Gets or sets the value of a duration property.
Public property FlagValue Gets or sets the value of a flag property.
Public property NumericValue Gets or sets the value of a numeric property.
Public property TextValue Gets or sets the value of a text property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member ToCode Sets the value that corresponds to the codePropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters.
Public methodStatic member ToDateTime Sets the value that corresponds to the dateTimePropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters.
Public methodStatic member ToDuration Sets the value that corresponds to the durationPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters.
Public methodStatic member ToFlag Sets the value that corresponds to the flagPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters.
Public methodStatic member ToNumeric Sets the value that corresponds to the numericPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters.
Public method ToString (Inherited from Object.)
Public methodStatic member ToText Sets the value that corresponds to the textPropertyValue parameter in the PSWorkflowService methods that take property values as in-parameters.

Top

See also

Reference

ProjectPropertyValues class

Microsoft.Office.Project.Server.Library namespace