|
SubscriberRightsLookupHasRightsFunc Property
|
Gets the function that determines whether the subscriber has rights to a given signal.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxpublic Func<Guid, bool> HasRightsFunc { get; }
Public ReadOnly Property HasRightsFunc As Func(Of Guid, Boolean)
Get
public:
property Func<Guid, bool>^ HasRightsFunc {
Func<Guid, bool>^ get ();
}
member HasRightsFunc : Func<Guid, bool> with get
function get_HasRightsFunc();
View SourceProperty Value
FuncGuid,
Boolean
See Also