RFA .NET Gets or sets the permission data, which contains authorization information associated to the Post.
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 associated with the post message.
See Also