ModulePageInfo.IsEnabled Property

Definition

Gets a value indicating whether the associated module is enabled.

public:
 property bool IsEnabled { bool get(); };
public bool IsEnabled { get; }
member this.IsEnabled : bool
Public ReadOnly Property IsEnabled As Boolean

Property Value

true if the AssociatedModule is enabled; otherwise, false.

Examples

Trace.WriteLine("ModulePageInfo.IsEnabled: " 
    + myModPgInfo.IsEnabled.ToString());

Applies to