ModelBusView.IsOperational Property

 

Flag for derived classes to indicate if a ModelBusView is usable or not

Namespace:   Microsoft.VisualStudio.Modeling.Integration
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.12.0.dll)

Syntax

public abstract bool IsOperational { get; }
public:
property bool IsOperational {
    virtual bool get() abstract;
}
abstract IsOperational : bool with get
Public MustOverride ReadOnly Property IsOperational As Boolean

Property Value

Type: System.Boolean

See Also

ModelBusView Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top