PfxImportParameters.InstallOptions Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Installationsoptionen ab oder legt sie fest.
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
Eigenschaftswert
Die Installationsoptionen.