Win32_RDMSPublishedApplication class
Manages 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_RDMSPublishedApplication
{
string AppAlias;
string PoolName;
string DisplayName;
boolean ShowInPortal;
string SecurityDescriptor;
string AppPath;
string VirtualPath;
uint32 CommandLineSetting;
string RequiredCommandLine;
string Folder;
string IconPath;
sint32 IconIndex;
uint8 IconContents[];
};
Members
The Win32_RDMSPublishedApplication class has these types of members:
Properties
The Win32_RDMSPublishedApplication class has these properties.
-
AppAlias
-
-
Data type: string
-
Access type: Read/write
-
Qualifiers: key
Gets and sets the alias of the application.
-
-
AppPath
-
-
Data type: string
-
Access type: Read/write
Gets and sets the path to the application.
-
-
CommandLineSetting
-
-
Data type: uint32
-
Access type: Read/write
Gets and sets the command line setting for the application.
This property can be set to one of the following values:
-
-
DoNotAllow (0)
-
Do not allow command line arguments.
-
Allow (1)
-
Allow command line arguments.
-
Require (2)
-
Require command line arguments.
DisplayName
-
Data type: string
-
Access type: Read/write
Gets and sets the display name of the application.
Folder
-
Data type: string
-
Access type: Read/write
Gets and sets the path to the application.
IconContents
-
Data type: uint8 array
-
Access type: Read/write
Gets and sets an array that contains the application icon.
IconIndex
-
Data type: sint32
-
Access type: Read/write
Gets and sets the index for the application icon.
IconPath
-
Data type: string
-
Access type: Read/write
Gets and sets the path to the icon for this application.
PoolName
-
Data type: string
-
Access type: Read/write
-
Qualifiers: key
Gets and sets the name of the application pool of the application.
RequiredCommandLine
-
Data type: string
-
Access type: Read/write
Gets and sets the command line arguments that are required for the application
SecurityDescriptor
-
Data type: string
-
Access type: Read/write
-
Qualifiers: optional
Gets and sets the security descriptor that controls access to the application, in security descriptor definition language (SDDL) format.
ShowInPortal
-
Data type: boolean
-
Access type: Read/write
Indicates whether to display the application in Terminal Services Web Access (TS Web Access). TRUE to display the application in TS Web Access; otherwise, FALSE.
VirtualPath
-
Data type: string
-
Access type: Read/write
Gets and sets the virtual path to the application.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\cimv2\rdms |
MOF |
|
DLL |
|