PfxImportParameters.InstallOptions 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 install options.
public:
property InstallOptions InstallOptions { InstallOptions get(); void set(InstallOptions value); };
InstallOptions InstallOptions();
void InstallOptions(InstallOptions value);
public InstallOptions InstallOptions { get; set; }
var installOptions = pfxImportParameters.installOptions;
pfxImportParameters.installOptions = installOptions;
Public Property InstallOptions As InstallOptions
Property Value
The install options.