RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the service ID of service.
Namespace: ThomsonReuters.RFA.MessageAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public uint ServiceID { get; set; } |
Visual Basic |
---|
Public Property ServiceID As UInteger Get Set |
Visual C++ |
---|
public: property unsigned int ServiceID { unsigned int get (); void set (unsigned int value); } |
F# |
---|
member ServiceID : uint32 with get, set |
Field Value
The service ID of the service providing the information.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | The ServiceName is already set. |