Device.IsProperty

Device.IsProperty method

Gets a value of boolean property.

public bool IsProperty(string key)
ParameterTypeDescription
keyStringThe name of property.

Return Value

The property value.

See Also