Click or drag to resize

PropertyValuesContainerContains Method (Int32)

Returns true if the container has an entry for a property. Note: can't be used to query for a 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(
	int propertyId
)

Parameters

propertyId
Type: SystemInt32

Return Value

Type: Boolean
See Also