FilesForImport collection
Retrieves information for applications that are imported.
This collection supports the Add and Remove methods of the COMAdminCatalogCollection object.
Members
The FilesForImport collection inherits from the IUnknown interface but does not have additional members.
Related Collections
You can navigate from this collection to any of the following collections:
You can navigate to this collection from the following collections:
Properties
The following properties are supported by the COMAdminCatalogObject object within the collection:
- ApplicationFileName
- ApplicationName
- Description
- FileName
- HasUsers
- IsProxy
- IsService
- PartitionDescription
- PartitionID
- PartitionName
ApplicationFileName
Entry | Value |
---|---|
Description | The name of the MSI file that contains the application that can be imported. |
Access | ReadOnly |
Type | String |
Default | N/A |
Minimum system | Windows XP |
ApplicationName
Entry | Value |
---|---|
Description | The name of the application. |
Access | ReadOnly |
Type | String |
Default | "" |
Minimum system | Windows XP |
Description
Entry | Value |
---|---|
Description | A description of the application. |
Access | ReadOnly |
Type | String |
Default | "" |
Minimum system | Windows XP |
FileName
Entry | Value |
---|---|
Description | The name of the DLL or EXE file that contains the application. This property is returned when the Key or Name property method is called on an object of this collection. |
Access | ReadOnly |
Type | String |
Default | "" |
Minimum system | Windows XP |
HasUsers
Entry | Value |
---|---|
Description | Indicates whether the application has any users. |
Access | ReadOnly |
Type | Bool |
Default | False |
Minimum system | Windows XP |
IsProxy
Entry | Value |
---|---|
Description | Indicates whether the application is a proxy. |
Access | ReadOnly |
Type | Bool |
Default | False |
Minimum system | Windows XP |
IsService
Entry | Value |
---|---|
Description | Indicates whether the application is a service. |
Access | ReadOnly |
Type | Bool |
Default | False |
Minimum system | Windows XP |
PartitionDescription
Entry | Value |
---|---|
Description | A description of the application's partition. |
Access | ReadOnly |
Type | String |
Default | "" |
Minimum system | Windows Server 2003 |
PartitionID
Entry | Value |
---|---|
Description | The GUID of the application's partition. |
Access | ReadOnly |
Type | String |
Default | "" |
Minimum system | Windows Server 2003 |
PartitionName
Entry | Value |
---|---|
Description | The name of the application's partition. |
Access | ReadOnly |
Type | String |
Default | "" |
Minimum system | Windows Server 2003 |
See also