ModelBusAdapter.DisplayName Property

 

The display name of the ModelBusAdapter

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 string DisplayName { get; }
public:
property String^ DisplayName {
    virtual String^ get() abstract;
}
abstract DisplayName : string with get
Public MustOverride ReadOnly Property DisplayName As String

Property Value

Type: System.String

               

See Also

ModelBusAdapter Class
Microsoft.VisualStudio.Modeling.Integration Namespace

Return to top