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