DeleteSharedPackageContainerResult.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a the result status of a call to SharedPackageContainerManager.DeleteContainer.
public:
property SharedPackageContainerOperationStatus Status { SharedPackageContainerOperationStatus get(); };
SharedPackageContainerOperationStatus Status();
public SharedPackageContainerOperationStatus Status { get; }
var sharedPackageContainerOperationStatus = deleteSharedPackageContainerResult.status;
Public ReadOnly Property Status As SharedPackageContainerOperationStatus
Property Value
A SharedPackageContainerOperationStatus object representing the result status of the call to DeleteContainer.