Win32_RDMSFileTypeAssociation class

Manages a file type association for a published application.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("Win32_RDManagement_Prov"), AMENDMENT]
class Win32_RDMSFileTypeAssociation
{
  string  AppAlias;
  string  PoolName;
  string  ExtName;
  string  ProgIdHint;
  string  IconPath;
  sint32  IconIndex;
  uint8   IconContents[];
  boolean IsPrimaryHandler;
  boolean IsPublished;
};

Members

The Win32_RDMSFileTypeAssociation class has these types of members:

Properties

The Win32_RDMSFileTypeAssociation class has these properties.

AppAlias

Data type: string

Access type: Read/write

Qualifiers: key

Gets and sets the alias of the application that is associated with the file type.

ExtName

Data type: string

Access type: Read-only

Qualifiers: key

Gets the name of the file extension.

IconContents

Data type: uint8 array

Access type: Read/write

Gets and sets the content of the icon for the file type.

IconIndex

Data type: sint32

Access type: Read/write

Gets and sets the index to the icon for the file type.

IconPath

Data type: string

Access type: Read/write

Gets and sets the path to the icon for the file type.

IsPrimaryHandler

Data type: boolean

Access type: Read/write

Gets and sets a value that indicates whether the file type association is for the primary handler. TRUE if the file type association is for the primary handler; otherwise, FALSE.

IsPublished

Data type: boolean

Access type: Read/write

Whether this FTA is published.

Gets and sets a value that indicates whether the file type association is published. TRUE if the file type association is published; otherwise, FALSE.

PoolName

Data type: string

Access type: Read/write

Qualifiers: key

Gets and sets the name of the application pool for the file type association.

ProgIdHint

Data type: string

Access type: Read-only

Gets a hint to help users open the file extension.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\cimv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

See also

Remote Desktop Management Services Provider