RFA .NET Gets or sets a mask indicating the properties on the Array.
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public byte IndicationMask { get; set; } |
Visual Basic |
---|
Public Property IndicationMask As Byte
Get
Set |
Visual C++ |
---|
public:
property unsigned char IndicationMask {
unsigned char get ();
void set (unsigned char value);
} |
F# |
---|
member IndicationMask : byte with get, set
|
Field Value
The IndicationMask in
Array.
Possible values are defined in
Array..::..IndicationMaskFlag.
See Also