Share via


DeleteSharedPackageContainerOptions.AllUsers Property

Definition

Gets or sets a value indicating whether the shared package container should be deleted for all users.

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

void AllUsers(bool value);
public bool AllUsers { get; set; }
var boolean = deleteSharedPackageContainerOptions.allUsers;
deleteSharedPackageContainerOptions.allUsers = boolean;
Public Property AllUsers As Boolean

Property Value

Boolean

bool

True if the package container should be deleted for all users; otherwise, false.

Applies to