Targeted Install Options BaseTarget Partition Id Property
When implemented in a derived class, gets the ID of the partition to install to.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
The one-based partition ID.
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
protected abstract int TargetPartitionId { get; }VB
Protected MustOverride ReadOnly Property TargetPartitionId As Integer
GetC++
protected:
virtual property int TargetPartitionId {
int get () abstract;
}F#
abstract TargetPartitionId : int with getProperty Value
Int32The one-based partition ID.