Class GroupPolicyFolderOptionFileTypeAction
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy folder option file type action.
public class GroupPolicyFolderOptionFileTypeAction : GlobalSerializableClassicBase
- Inheritance
-
GroupPolicyFolderOptionFileTypeAction
Constructors
GroupPolicyFolderOptionFileTypeAction()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyFolderOptionFileTypeAction class.
public GroupPolicyFolderOptionFileTypeAction()
Properties
Application
Gets or sets the application used to perform the action.
public string Application { get; set; }
Property Value
DdeApplication
Gets or sets the DDE application.
public string DdeApplication { get; set; }
Property Value
DdeApplicationNotRunning
Gets or sets the DDE application not running.
public string DdeApplicationNotRunning { get; set; }
Property Value
DdeMessage
Gets or sets the DDE message.
public string DdeMessage { get; set; }
Property Value
DdeSummary
Gets the DDE summary.
public string DdeSummary { get; set; }
Property Value
DdeTopic
Gets or sets the DDE topic.
public string DdeTopic { get; set; }
Property Value
IsDefault
Gets or sets whether the action is the default.
public BooleanOption IsDefault { get; set; }
Property Value
Name
Gets or sets the name of the action.
public string Name { get; set; }
Property Value
UseDde
Gets or sets whether to use dynamic data exchange (DDE).
public BooleanOption UseDde { get; set; }