RFA .NET Gets or sets the fixed width of contained ArrayEntries.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ushort Width { get; set; } |
Visual Basic |
---|
Public Property Width As UShort
Get
Set |
Visual C++ |
---|
public:
property unsigned short Width {
unsigned short get ();
void set (unsigned short value);
} |
F# |
---|
member Width : uint16 with get, set
|
Field Value
The fixed width of contained ArrayEntries in Array
if FixedWidth is set on the Array.
Default value is 0 (Unlimit).
See Also