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
bool
Type Parameters
Name | Description |
---|---|
T |