VsaModule(Boolean) Constructor

Definition

Initializes a new instance of the VsaModule class.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 VsaModule(bool bIsVsaModule);
public VsaModule (bool bIsVsaModule);
new Microsoft.Vsa.VsaModule : bool -> Microsoft.Vsa.VsaModule
Public Sub New (bIsVsaModule As Boolean)

Parameters

bIsVsaModule
Boolean

true to indicate the module is a VSA module; otherwise, false.

Applies to