Click or drag to resize

PropertyContainsNoneOrOnlyGuidOrIntValues Property

Is true if the property has no values or if all the values are of type Guid or int.

Namespace:  Omada.OE.AppLogic.Serialization.Model
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool ContainsNoneOrOnlyGuidOrIntValues { get; }

Property Value

Type: Boolean
See Also