CreateSharedPackageContainerResult.Container 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 reference to the shared package container created by the call to SharedPackageContainerManager.CreateContainer.
public:
property SharedPackageContainer ^ Container { SharedPackageContainer ^ get(); };
SharedPackageContainer Container();
public SharedPackageContainer Container { get; }
var sharedPackageContainer = createSharedPackageContainerResult.container;
Public ReadOnly Property Container As SharedPackageContainer
Property Value
A SharedPackageContainer object representing the created shared package container.