ModelBusAdapter.AdapterManager Property

 

ModelBusAdapterManager instance that creates this ModelBusAdapter instance.

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

Syntax

public ModelBusAdapterManager AdapterManager { get; }
public:
property ModelBusAdapterManager^ AdapterManager {
    ModelBusAdapterManager^ get();
}
member AdapterManager : ModelBusAdapterManager with get
Public ReadOnly Property AdapterManager As ModelBusAdapterManager

Property Value

Type: Microsoft.VisualStudio.Modeling.Integration.ModelBusAdapterManager

               

See Also

ModelBusAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top