Click or drag to resize

PropertyValuesContainerIsProperty Method

Returns true if the specified key denotes a property - false if it denotes a fixed field. Throws if the key is not allowed in the container.

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

Parameters

key
Type: SystemString

Return Value

Type: Boolean
See Also