ComponentRow Class
Specialization of a row for the Component table.
Properties
| Property | Description | 
|---|---|
| Component | Gets or sets the identifier for this Component row. | 
| Condition | Gets or sets the condition of the Component. | 
| Directory | Gets or sets the Directory_ of the Component. | 
| Guid | Gets or sets the ComponentId for this Component row. | 
| Is64Bit | Gets or sets the 64 bit attribute of the Component. | 
| IsLocalOnly | Gets or sets the local only attribute of the Component. | 
| IsOdbcDataSourceKeyPath | Gets or sets the ODBC data source key path attribute of the Component. | 
| IsOptional | Gets or sets the optional attribute of the Component. | 
| IsPermanent | Gets or sets the permanent attribute of the Component. | 
| IsRegistryKeyPath | Gets or sets the registry key path attribute of the Component. | 
| IsSharedDll | Gets or sets the shared dll ref count attribute of the Component. | 
| IsSourceOnly | Gets or sets the source only attribute of the Component. | 
| KeyPath | Gets or sets the key path of the Component. | 
| SourceFile | Gets or sets the source location to the file to fill in the Text of the control. | 
WixToolset.Data.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Component Property
Gets or sets the identifier for this Component row.
Declaration
public string Component { get; set; } 
Condition Property
Gets or sets the condition of the Component.
Declaration
public string Condition { get; set; } 
Directory Property
Gets or sets the Directory_ of the Component.
Declaration
public string Directory { get; set; } 
Guid Property
Gets or sets the ComponentId for this Component row.
Declaration
public string Guid { get; set; } 
Is64Bit Property
Gets or sets the 64 bit attribute of the Component.
Declaration
public bool Is64Bit { get; set; } 
IsLocalOnly Property
Gets or sets the local only attribute of the Component.
Declaration
public bool IsLocalOnly { get; set; } 
IsOdbcDataSourceKeyPath Property
Gets or sets the ODBC data source key path attribute of the Component.
Declaration
public bool IsOdbcDataSourceKeyPath { get; set; } 
IsOptional Property
Gets or sets the optional attribute of the Component.
Declaration
public bool IsOptional { get; set; } 
IsPermanent Property
Gets or sets the permanent attribute of the Component.
Declaration
public bool IsPermanent { get; set; } 
IsRegistryKeyPath Property
Gets or sets the registry key path attribute of the Component.
Declaration
public bool IsRegistryKeyPath { get; set; } 
IsSharedDll Property
Gets or sets the shared dll ref count attribute of the Component.
Declaration
public bool IsSharedDll { get; set; } 
IsSourceOnly Property
Gets or sets the source only attribute of the Component.
Declaration
public bool IsSourceOnly { get; set; } 
KeyPath Property
Gets or sets the key path of the Component.
Declaration
public string KeyPath { get; set; } 
SourceFile Property
Gets or sets the source location to the file to fill in the Text of the control.
Declaration
public string SourceFile { get; set; }