Table of Contents

Class GroupPolicyRegion

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

Represents an Active Directory Group Policy region.

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

Constructors

GroupPolicyRegion()

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

public GroupPolicyRegion()

Properties

CurrencyDecimalDigits

Gets or sets the number of digits after the currency decimal symbol.

public int CurrencyDecimalDigits { get; set; }

Property Value

int

CurrencyDecimalSymbol

Gets or sets the currency decimal symbol.

public string CurrencyDecimalSymbol { get; set; }

Property Value

string

CurrencyGroupSymbol

Gets or sets the currency grouping symbol.

public string CurrencyGroupSymbol { get; set; }

Property Value

string

CurrencyGroupingFormat

Gets or sets the currency digit grouping format.

public string CurrencyGroupingFormat { get; set; }

Property Value

string

CurrencyNegativeFormat

Gets or sets the currency negative number format.

public string CurrencyNegativeFormat { get; set; }

Property Value

string

CurrencyPositiveFormat

Gets or sets the currency positive number format.

public string CurrencyPositiveFormat { get; set; }

Property Value

string

CurrencySymbol

Gets or sets the currency symbol.

public string CurrencySymbol { get; set; }

Property Value

string

DateInterpretYearMaximum

Gets or sets the maximum year to which a two digit year should be interpreted.

public int DateInterpretYearMaximum { get; set; }

Property Value

int

DateLongFormat

Gets or sets the long date format - for example "dddd, d. MMMM yyyy".

public string DateLongFormat { get; set; }

Property Value

string

DateSeparator

Gets or sets the date separator - for example ".".

public string DateSeparator { get; set; }

Property Value

string

DateShortFormat

Gets or sets the short date format - for example "dd.MM.yyyy".

public string DateShortFormat { get; set; }

Property Value

string

LocaleIdentifier

Gets or sets the locale identifier.

public int LocaleIdentifier { get; set; }

Property Value

int

LocaleName

Gets or sets the locale name - for example "English (United Kingdom)".

public string LocaleName { get; set; }

Property Value

string

NumericDecimalDigits

Gets or sets the number of digits after the decimal symbol.

public int NumericDecimalDigits { get; set; }

Property Value

int

NumericDecimalSymbol

Gets or sets the decimal symbol.

public string NumericDecimalSymbol { get; set; }

Property Value

string

NumericGroupSymbol

Gets or sets the numeric grouping symbol.

public string NumericGroupSymbol { get; set; }

Property Value

string

NumericGroupingFormat

Gets or sets the digit grouping format.

public string NumericGroupingFormat { get; set; }

Property Value

string

NumericLeadingZeros

Gets or sets the number of leading zeros to display.

public int NumericLeadingZeros { get; set; }

Property Value

int

NumericListSeparator

Gets or sets the numeric list separator.

public string NumericListSeparator { get; set; }

Property Value

string

NumericMeasurementSystem

Gets or sets the numeric measurement system.

public GroupPolicyRegionNumericMeasurementSystem NumericMeasurementSystem { get; set; }

Property Value

GroupPolicyRegionNumericMeasurementSystem

NumericNativeDigits

Gets or sets when to use numeric native digits.

public GroupPolicyRegionNumericNativeDigits NumericNativeDigits { get; set; }

Property Value

GroupPolicyRegionNumericNativeDigits

NumericNegativeFormat

Gets or sets the negative number format.

public string NumericNegativeFormat { get; set; }

Property Value

string

NumericNegativeSymbol

Gets or sets the negative sign symbol.

public string NumericNegativeSymbol { get; set; }

Property Value

string

NumericStandardDigits

Gets or sets the standard numeric digits.

public string NumericStandardDigits { get; set; }

Property Value

string

TimeAMSymbol

Gets or sets the time AM symbol.

public string TimeAMSymbol { get; set; }

Property Value

string

TimeFormat

Gets or sets the time format - for example "HH:mm:ss".

public string TimeFormat { get; set; }

Property Value

string

TimePMSymbol

Gets or sets the time PM symbol.

public string TimePMSymbol { get; set; }

Property Value

string

TimeSeparator

Gets or sets the time separator - for example ":".

public string TimeSeparator { get; set; }

Property Value

string