|
ConnectionParametersValuesAreValid Property
|
Determines if selected Macrodyne configuration file exists when needed.
Namespace: GSF.PhasorProtocols.MacrodyneAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
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();
View SourceProperty Value
BooleanImplements
IConnectionParametersValuesAreValid
See Also