Table of Contents

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

string

DdeApplication

Gets or sets the DDE application.

public string DdeApplication { get; set; }

Property Value

string

DdeApplicationNotRunning

Gets or sets the DDE application not running.

public string DdeApplicationNotRunning { get; set; }

Property Value

string

DdeMessage

Gets or sets the DDE message.

public string DdeMessage { get; set; }

Property Value

string

DdeSummary

Gets the DDE summary.

public string DdeSummary { get; set; }

Property Value

string

DdeTopic

Gets or sets the DDE topic.

public string DdeTopic { get; set; }

Property Value

string

IsDefault

Gets or sets whether the action is the default.

public BooleanOption IsDefault { get; set; }

Property Value

BooleanOption

Name

Gets or sets the name of the action.

public string Name { get; set; }

Property Value

string

UseDde

Gets or sets whether to use dynamic data exchange (DDE).

public BooleanOption UseDde { get; set; }

Property Value

BooleanOption