Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Gets a list of of property names on the current process.

public List<string> GetPropertyNames();

Classes: Properties


Returns

List<string>

List of property names.


Example

The following example demonstrates retrieving a list of property names from a process.

var propertyNames = Process.Properties.GetPropertyNames();

Remarks

This method returns default workflow property names as well as the names of any properties added at design time.

  • No labels