PackageVolume.IsFullTrustPackageSupported Property

Definition

Gets a value that indicates whether or not full-trust packages are supported.

public:
 property bool IsFullTrustPackageSupported { bool get(); };
bool IsFullTrustPackageSupported();
public bool IsFullTrustPackageSupported { get; }
var boolean = packageVolume.isFullTrustPackageSupported;
Public ReadOnly Property IsFullTrustPackageSupported As Boolean

Property Value

Boolean

bool

true if full-trust packages are supported; otherwise, false.

Applies to

See also