/
GetPropertyByName Method
GetPropertyByName Method
Gets a property object by property name.
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.
var property = Process.Properties.GetPropertyByName("Name");
, multiple selections available,
Related content
GetPropertyNames Method
GetPropertyNames Method
More like this
SaveProperty Method
SaveProperty Method
More like this
GetSingleValue Method
GetSingleValue Method
More like this
SetSingleProperty Method
SetSingleProperty Method
More like this
GetMultiValue Method
GetMultiValue Method
More like this
PropertyFilter Class
PropertyFilter Class
More like this