Skip to main content
Skip table of contents

GetPropertyNames Method

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

CODE
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.

CODE
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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.