Share via


AddPackageOptions.AllowUnsigned Property

Definition

Gets or sets a value that indicates whether to allow an unsigned package to be added.

public:
 property bool AllowUnsigned { bool get(); void set(bool value); };
bool AllowUnsigned();

void AllowUnsigned(bool value);
public bool AllowUnsigned { get; set; }
var boolean = addPackageOptions.allowUnsigned;
addPackageOptions.allowUnsigned = boolean;
Public Property AllowUnsigned As Boolean

Property Value

Boolean

bool

TRUE indicates that an unsigned package can be added; otherwise, FALSE.

Applies to