Share via


DynamicAdapterManagerAttribute.IsDynamic Property

The MEF meta-data exposed by this Attribute. Indicates whether the AdapterManager supports any arbitrary LogicalAdapterId or not.

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

Syntax

'Declaration
Public Property IsDynamic As Boolean
public bool IsDynamic { get; private set; }
public:
property bool IsDynamic {
    bool get ();
    private: void set (bool value);
}
member IsDynamic : bool with get, private set
function get IsDynamic () : boolean
private function set IsDynamic (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DynamicAdapterManagerAttribute Class

Microsoft.VisualStudio.Modeling.Integration Namespace