 | DateRangeSecuredExtensionsIsActive Method |
Namespace: Ignition.UtilityAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic static bool IsActive(
this IDateRangeSecured dateRangeSecuredObject
)
<ExtensionAttribute>
Public Shared Function IsActive (
dateRangeSecuredObject As IDateRangeSecured
) As Boolean
public:
[ExtensionAttribute]
static bool IsActive(
IDateRangeSecured^ dateRangeSecuredObject
)
[<ExtensionAttribute>]
static member IsActive :
dateRangeSecuredObject : IDateRangeSecured -> bool Parameters
- dateRangeSecuredObject IDateRangeSecured
-
Return Value
BooleanUsage 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