Device.GetProperty

Device.GetProperty method

Gets a value of string property.

public string GetProperty(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

The property value.

See Also