|   | SecurityProviderBaseCanRefreshData Property | 
        
        
            Gets a boolean value that indicates whether 
RefreshData operation is supported.
            
 GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
 Syntax
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();
Property Value
BooleanImplements
ISecurityProviderCanRefreshData See Also
See Also