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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Component Property {#component}
Gets or sets the identifier for this Component row.
Declaration
public string Component { get; set; }
Condition Property {#condition}
Gets or sets the condition of the Component.
Declaration
public string Condition { get; set; }
Directory Property {#directory}
Gets or sets the Directory_ of the Component.
Declaration
public string Directory { get; set; }
Guid Property {#guid}
Gets or sets the ComponentId for this Component row.
Declaration
public string Guid { get; set; }
Is64Bit Property {#is64bit}
Gets or sets the 64 bit attribute of the Component.
Declaration
public bool Is64Bit { get; set; }
IsLocalOnly Property {#islocalonly}
Gets or sets the local only attribute of the Component.
Declaration
public bool IsLocalOnly { get; set; }
IsOdbcDataSourceKeyPath Property {#isodbcdatasourcekeypath}
Gets or sets the ODBC data source key path attribute of the Component.
Declaration
public bool IsOdbcDataSourceKeyPath { get; set; }
IsOptional Property {#isoptional}
Gets or sets the optional attribute of the Component.
Declaration
public bool IsOptional { get; set; }
IsPermanent Property {#ispermanent}
Gets or sets the permanent attribute of the Component.
Declaration
public bool IsPermanent { get; set; }
IsRegistryKeyPath Property {#isregistrykeypath}
Gets or sets the registry key path attribute of the Component.
Declaration
public bool IsRegistryKeyPath { get; set; }
IsSharedDll Property {#isshareddll}
Gets or sets the shared dll ref count attribute of the Component.
Declaration
public bool IsSharedDll { get; set; }
IsSourceOnly Property {#issourceonly}
Gets or sets the source only attribute of the Component.
Declaration
public bool IsSourceOnly { get; set; }
KeyPath Property {#keypath}
Gets or sets the key path of the Component.
Declaration
public string KeyPath { get; set; }
SourceFile Property {#sourcefile}
Gets or sets the source location to the file to fill in the Text of the control.
Declaration
public string SourceFile { get; set; }