MediaRow Class
Specialization of a row for the Media table.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Cabinet | Gets or sets the cabinet name for this media row. |
| DiskId | Gets or sets the disk id for this media row. |
| DiskPrompt | Gets or sets the disk prompt for this media row. |
| LastSequence | Gets or sets the last sequence number for this media row. |
| Source | Gets or sets the source for this media row. |
| VolumeLabel | Gets or sets the volume label for this media row. |
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Cabinet Property
Section titled “Cabinet Property”Gets or sets the cabinet name for this media row.
Declaration
Section titled “Declaration”public string Cabinet { get; set; }DiskId Property
Section titled “DiskId Property”Gets or sets the disk id for this media row.
Declaration
Section titled “Declaration”public int DiskId { get; set; }DiskPrompt Property
Section titled “DiskPrompt Property”Gets or sets the disk prompt for this media row.
Declaration
Section titled “Declaration”public string DiskPrompt { get; set; }LastSequence Property
Section titled “LastSequence Property”Gets or sets the last sequence number for this media row.
Declaration
Section titled “Declaration”public int LastSequence { get; set; }Source Property
Section titled “Source Property”Gets or sets the source for this media row.
Declaration
Section titled “Declaration”public string Source { get; set; }VolumeLabel Property
Section titled “VolumeLabel Property”Gets or sets the volume label for this media row.
Declaration
Section titled “Declaration”public string VolumeLabel { get; set; }