CleanOptionsBaseSystemPartitionType Property
When implemented in a derived class, gets the partition type to use for the system
partition.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
protected abstract string SystemPartitionType { get; }
Protected MustOverride ReadOnly Property SystemPartitionType As String
Get
protected:
virtual property String^ SystemPartitionType {
String^ get () abstract;
}
abstract SystemPartitionType : string with get
Property Value
String
The partition type, either "Primary" or "EFI".