TryGetProperty Method
TryGetProperty<T>(CmDeviceProperty, out T)
C#
public bool TryGetProperty<T>(CmDeviceProperty property, out T value)
where T : class
Parameters
Type | Name | Description |
---|---|---|
CmDeviceProperty | property | |
T | value |
Returns
System.Boolean
Type Parameters
Name | Description |
---|---|
T |