InstallerFile.TrustVerified Property

Definition

Gets or sets a value that indicates whether the current installer file is trust verified.

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

Property Value

true if the current installer file is trust verified, otherwise false.

Applies to