Skip to main content
Skip table of contents

GetPropertyByName Method

Gets a property object by property name.

CODE
public dynamic GetPropertyByName(string name);

Classes: Properties


Parameters

string name

Name of the property to get.

Returns

Type

Dynamic property object.


Example

The following example demonstrates getting a dynamic property object by property name.

CODE
var property = Process.Properties.GetPropertyByName("Name");
JavaScript errors detected

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

If this problem persists, please contact our support.