Skip to main content

ComponentRow Class

Specialization of a row for the Component table.

Properties

PropertyDescription
ComponentGets or sets the identifier for this Component row.
ConditionGets or sets the condition of the Component.
DirectoryGets or sets the Directory_ of the Component.
GuidGets or sets the ComponentId for this Component row.
Is64BitGets or sets the 64 bit attribute of the Component.
IsLocalOnlyGets or sets the local only attribute of the Component.
IsOdbcDataSourceKeyPathGets or sets the ODBC data source key path attribute of the Component.
IsOptionalGets or sets the optional attribute of the Component.
IsPermanentGets or sets the permanent attribute of the Component.
IsRegistryKeyPathGets or sets the registry key path attribute of the Component.
IsSharedDllGets or sets the shared dll ref count attribute of the Component.
IsSourceOnlyGets or sets the source only attribute of the Component.
KeyPathGets or sets the key path of the Component.
SourceFileGets 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

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; }