ProvisioningTwinProperties.Contains(String) Method

Definition

Determines whether the specified property is present.

public bool Contains (string propertyName);

Parameters

propertyName
String

The property to locate.

Returns

true if the specified property is present; otherwise, false.

Applies to