DataSource.NET
Global Property
NamespacesCaplin.DataSource.Messaging.PermissionIPermissionMessageGlobal
Gets or sets a value indicating whether this IPermissionMessage is a global permission message.
Declaration Syntax
C#Visual BasicVisual C++
bool Global { get; set; }
Property Global As Boolean
property bool Global {
	bool get ();
	void set (bool value);
}
Value
true if global; otherwise, false.
Remarks

A global permission message will be sent to the Liberator's authentication module.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.0.12.814 (6.0.12.0814)