RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets publisher or user ID.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public uint UserID { get; set; } |
Visual Basic |
---|
Public Property UserID As UInteger Get Set |
Visual C++ |
---|
public: property unsigned int UserID { unsigned int get (); void set (unsigned int value); } |
F# |
---|
member UserID : uint32 with get, set |