| 
            
              SecurityProviderBaseCanRefreshData Property
             | 
          
        
        
            Gets a boolean value that indicates whether 
RefreshData operation is supported.
            
 
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
Syntaxpublic virtual bool CanRefreshData { get; }Public Overridable ReadOnly Property CanRefreshData As Boolean
	Get
public:
virtual property bool CanRefreshData {
	bool get ();
}abstract CanRefreshData : bool with get
override CanRefreshData : bool with get
function get_CanRefreshData();
 View SourceProperty Value
BooleanImplements
ISecurityProviderCanRefreshData
See Also