|   | ConnectionParametersBaseValuesAreValid Property | 
        
        
            Determines if custom connection parameters are valid.
            
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntax[BrowsableAttribute(false)]
public virtual bool ValuesAreValid { get; }<BrowsableAttribute(false)>
Public Overridable ReadOnly Property ValuesAreValid As Boolean
	Get
public:
[BrowsableAttribute(false)]
virtual property bool ValuesAreValid {
	bool get ();
}[<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