RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the permission data.
Namespace: ThomsonReuters.RFA.MessageAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Buffer PermissionData { get; set; } |
Visual Basic |
---|
Public Property PermissionData As Buffer Get Set |
Visual C++ |
---|
public: property Buffer^ PermissionData { Buffer^ get (); void set (Buffer^ value); } |
F# |
---|
member PermissionData : Buffer with get, set |
Field Value
the permission data, which contains authorization information associated to the data.
Remarks
Permission data is typically available only on Refresh or Status.
A few Message Model types may have permission data in updates.
In this case, the permission data solely applies to this particular update.