Click or drag to resize
ItemExtensionsHasValue Method (IReadOnlyProperty)
Indicates that the property is neither null nor empty

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public static bool HasValue(
	this IReadOnlyProperty prop
)

Parameters

prop
Type: Innovator.ClientIReadOnlyProperty

Return Value

Type: Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IReadOnlyProperty. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
If the property is empty but has is_null='0', then this will return true
See Also