RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets the boolean value to determine if the dispatchable is currently active.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public bool IsActive { get; } |
Visual Basic |
---|
Public ReadOnly Property IsActive As Boolean Get |
Visual C++ |
---|
public: property bool IsActive { bool get (); } |
F# |
---|
member IsActive : bool |
Field Value
The boolean value to determine if the dispatchable is currently active.true if the object is active, else is false.