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.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public string DisableScriptName { get; }
Public ReadOnly Property DisableScriptName As String
Get
public:
property String^ DisableScriptName {
String^ get ();
}
member DisableScriptName : string with get
Property Value
Type:
StringThe name of the disable script.
See Also