ConfigurableConnectionIsValid Property  | 
 
            Gets or sets a value indicating whether this is a valid connection to the previous and next procedures.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract bool IsValid { get; set; }Public MustOverride Property IsValid As Boolean
	Get
	Set
public:
virtual property bool IsValid {
	bool get () abstract;
	void set (bool value) abstract;
}abstract IsValid : bool with get, set
Property Value
Type: 
Boolean
See Also