AddPackageOptions.StubPackageOption 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 or sets the stub options for the package.
public:
property StubPackageOption StubPackageOption { StubPackageOption get(); void set(StubPackageOption value); };
StubPackageOption StubPackageOption();
void StubPackageOption(StubPackageOption value);
public StubPackageOption StubPackageOption { get; set; }
var stubPackageOption = addPackageOptions.stubPackageOption;
addPackageOptions.stubPackageOption = stubPackageOption;
Public Property StubPackageOption As StubPackageOption
Property Value
The stub options for the package.
Remarks
Note
The ability for an app to run as a stub is currently available only to certain apps that are built by Microsoft.