Show / Hide Table of Contents

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
In this article
Back to top Generated by DocFX