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 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");
  • No labels