RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the Year (0 - 4095 where 0 indicates blank).
Namespace: ThomsonReuters.RFA.DataAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public ushort Year { get; set; } |
Visual Basic |
---|
Public Property Year As UShort Get Set |
Visual C++ |
---|
public: property unsigned short Year { unsigned short get (); void set (unsigned short value); } |
F# |
---|
member Year : uint16 with get, set |