SnapInSettingsAttribute.DynamicBase Property

 

Gets or sets the dynamic base for the snap-in.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public string DynamicBase { get; set; }
public:
property String^ DynamicBase {
    String^ get();
    void set(String^ value);
}
member DynamicBase : string with get, set
Public Property DynamicBase As String

Property Value

Type: System.String

The dynamic base

See Also

SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace

Return to top