Win32_RDFileAssociation class
Represents a file type association for a RemoteApp.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class Win32_RDFileAssociation
{
string ExtName;
string ProgIdHint;
string IconPath;
sint32 IconIndex;
uint8 IconContents[];
boolean PrimaryHandler;
};
Members
The Win32_RDFileAssociation class has these types of members:
Properties
The Win32_RDFileAssociation class has these properties.
-
ExtName
-
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
The name of the file name extension, for example .txt.
-
-
IconContents
-
-
Data type: uint8 array
-
Access type: Read-only
The contents of the icon for this file association.
-
-
IconIndex
-
-
Data type: sint32
-
Access type: Read-only
The index of the icon in the file.
-
-
IconPath
-
-
Data type: string
-
Access type: Read-only
The file path to the icon for this file association.
-
-
PrimaryHandler
-
-
Data type: boolean
-
Access type: Read-only
Indicates whether this association is for a primary handler.
-
-
ProgIdHint
-
-
Data type: string
-
Access type: Read-only
The Hint to help open documents with this file association.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\cimv2\TerminalServices |
MOF |
|
DLL |
|