|   | ConnectionParametersValuesAreValid Property | 
        
        
            Determines if selected BPA PDCstream configuration file exists.
            
        
        Namespace: GSF.PhasorProtocols.BPAPDCstreamAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntax[BrowsableAttribute(false)]
public override bool ValuesAreValid { get; }<BrowsableAttribute(false)>
Public Overrides ReadOnly Property ValuesAreValid As Boolean
	Get
public:
[BrowsableAttribute(false)]
virtual property bool ValuesAreValid {
	bool get () override;
}[<BrowsableAttribute(false)>]
abstract ValuesAreValid : bool with get
[<BrowsableAttribute(false)>]
override ValuesAreValid : bool with get
function get_ValuesAreValid();
Property Value
BooleanImplements
IConnectionParametersValuesAreValid See Also
See Also