Click or drag to resize

PropertyValuesContainerContains Method (String)

Returns true if the container has an entry for a property or fixed field.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool Contains(
	string property
)

Parameters

property
Type: SystemString

Return Value

Type: Boolean
See Also