|
AdapterCommandAttributeAllowedRoles Property
|
Gets the roles which are allowed to invoke this adapter command.
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public string[] AllowedRoles { get; }
Public ReadOnly Property AllowedRoles As String()
Get
public:
property array<String^>^ AllowedRoles {
array<String^>^ get ();
}
member AllowedRoles : string[] with get
function get_AllowedRoles();
View SourceProperty Value
StringSee Also