Click or drag to resize
ProvisioningPackageDisableScriptName Property
Gets the name of the script used to disable package. If this property is null or empty string package is not disabled.

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public string DisableScriptName { get; }

Property Value

Type: String
The name of the disable script.
See Also