Click or drag to resize

WFObject Properties

The WFObject type exposes the following members.

Properties
  NameDescription
Public propertyClassID
Returns the GUID of the object in string format.
Public propertyHidden
This property returns true if the object is visible to the user.
Public propertyItem
Returns named parameters of individual workflow objects; readable, writable. Changing its value changes the workflow behaviour. Returns an array of WFParameter structures.
Public propertyName
This property returns the name of the workflow object.
Public propertyParameters
Returns named parameters of individual workflow objects; readable, writable. Changing its value changes the workflow behaviour. Returns an array of WFParameter structures.
Public propertyUniqueID
This property returns the unique ID of the workflow object.
Top
See Also