RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets the length in bytes of the internal storage.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public uint Length { get; } |
Visual Basic |
---|
Public ReadOnly Property Length As UInteger Get |
Visual C++ |
---|
public: property unsigned int Length { unsigned int get (); } |
F# |
---|
member Length : uint32 |