StagePackageOptions.AllowUnsigned Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique s’il faut autoriser l’ajout d’un package non signé.
public:
property bool AllowUnsigned { bool get(); void set(bool value); };
bool AllowUnsigned();
void AllowUnsigned(bool value);
public bool AllowUnsigned { get; set; }
var boolean = stagePackageOptions.allowUnsigned;
stagePackageOptions.allowUnsigned = boolean;
Public Property AllowUnsigned As Boolean
Valeur de propriété
Boolean
bool
TRUE indique qu’un package non signé peut être ajouté ; sinon, FALSE.