IDTSPackage100.PermitUnencryptedSave(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the unencrypted permit.
public:
void PermitUnencryptedSave(bool vbPermit);
[System.Runtime.InteropServices.DispId(1610809418)]
public void PermitUnencryptedSave (bool vbPermit);
[<System.Runtime.InteropServices.DispId(1610809418)>]
abstract member PermitUnencryptedSave : bool -> unit
Public Sub PermitUnencryptedSave (vbPermit As Boolean)
Parameters
- vbPermit
- Boolean
true if the permit is unencrypted; otherwise, false.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.