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