Click or drag to resize

DateRangeSecuredExtensionsIsActive Method


Namespace: Ignition.Utility
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static bool IsActive(
	this IDateRangeSecured dateRangeSecuredObject
)

Parameters

dateRangeSecuredObject  IDateRangeSecured
 

Return Value

Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDateRangeSecured. 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).
See Also