|   | 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.257-beta
 Syntax
Syntaxpublic 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();
Property Value
String See Also
See Also