/
GetPropertyNames Method

GetPropertyNames Method

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.

Related content

Database Class
Database Class
Read with this
GetPropertyByName Method
GetPropertyByName Method
More like this
CustomNode Class
CustomNode Class
Read with this
GetProcessesByWorkflowName Method
GetProcessesByWorkflowName Method
More like this
WorkflowNameFilter Class
WorkflowNameFilter Class
More like this
WorkflowNameFilter(string) Constructor
WorkflowNameFilter(string) Constructor
More like this