Table of Contents

Class GroupPolicyNetworkOptionsDialupConnection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents an Active Directory Group Policy network options dial-up connection.

public class GroupPolicyNetworkOptionsDialupConnection : GroupPolicyNetworkOptionsConnectionBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyNetworkOptionsDialupConnection
Implements
Inherited Members

Constructors

GroupPolicyNetworkOptionsDialupConnection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyNetworkOptionsDialupConnection class.

public GroupPolicyNetworkOptionsDialupConnection()

Properties

ConnectionName

Gets or sets the connection name.

public string ConnectionName { get; set; }

Property Value

string

ConnectionTypeString

Gets the network options connection type as a human readable string.

public override string ConnectionTypeString { get; set; }

Property Value

string

IsUserConnection

Gets or sets whether the connection is a user connection.

public BooleanOption IsUserConnection { get; set; }

Property Value

BooleanOption

TelephoneNumber

Gets or sets the telephone number for the connection.

public string TelephoneNumber { get; set; }

Property Value

string