Win32_RDCentralPublishedFileAssociation class

Info for a file extension associated with an application

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

Syntax

[dynamic, provider("Win32_TSCentralPublisher_Prov")]
class Win32_RDCentralPublishedFileAssociation
{
  string  ExtName;
  string  AppAlias;
  string  FarmAlias;
  string  ProgIdHint;
  uint8   IconContents[];
  boolean PrimaryHandler;
};

Members

The Win32_RDCentralPublishedFileAssociation class has these types of members:

Properties

The Win32_RDCentralPublishedFileAssociation class has these properties.

AppAlias

Data type: string

Access type: Read/write

Alias of the file association's RemoteApp.

ExtName

Data type: string

Access type: Read/write

Qualifiers: key

Name of the extension (e.g. .txt).

FarmAlias

Data type: string

Access type: Read/write

Alias of the file association's RemoteApp's Farm

IconContents

Data type: uint8 array

Access type: Read/write

Contents of the icon for this file association.

PrimaryHandler

Data type: boolean

Access type: Read-only

Reserved for future use. Will always be true.

ProgIdHint

Data type: string

Access type: Read/write

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
Tscpub.mof
DLL
TscPubWmi.dll