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
CurrencyDecimalSymbol
Gets or sets the currency decimal symbol.
public string CurrencyDecimalSymbol { get; set; }
Property Value
CurrencyGroupSymbol
Gets or sets the currency grouping symbol.
public string CurrencyGroupSymbol { get; set; }
Property Value
CurrencyGroupingFormat
Gets or sets the currency digit grouping format.
public string CurrencyGroupingFormat { get; set; }
Property Value
CurrencyNegativeFormat
Gets or sets the currency negative number format.
public string CurrencyNegativeFormat { get; set; }
Property Value
CurrencyPositiveFormat
Gets or sets the currency positive number format.
public string CurrencyPositiveFormat { get; set; }
Property Value
CurrencySymbol
Gets or sets the currency symbol.
public string CurrencySymbol { get; set; }
Property Value
DateInterpretYearMaximum
Gets or sets the maximum year to which a two digit year should be interpreted.
public int DateInterpretYearMaximum { get; set; }
Property Value
DateLongFormat
Gets or sets the long date format - for example "dddd, d. MMMM yyyy".
public string DateLongFormat { get; set; }
Property Value
DateSeparator
Gets or sets the date separator - for example ".".
public string DateSeparator { get; set; }
Property Value
DateShortFormat
Gets or sets the short date format - for example "dd.MM.yyyy".
public string DateShortFormat { get; set; }
Property Value
LocaleIdentifier
Gets or sets the locale identifier.
public int LocaleIdentifier { get; set; }
Property Value
LocaleName
Gets or sets the locale name - for example "English (United Kingdom)".
public string LocaleName { get; set; }
Property Value
NumericDecimalDigits
Gets or sets the number of digits after the decimal symbol.
public int NumericDecimalDigits { get; set; }
Property Value
NumericDecimalSymbol
Gets or sets the decimal symbol.
public string NumericDecimalSymbol { get; set; }
Property Value
NumericGroupSymbol
Gets or sets the numeric grouping symbol.
public string NumericGroupSymbol { get; set; }
Property Value
NumericGroupingFormat
Gets or sets the digit grouping format.
public string NumericGroupingFormat { get; set; }
Property Value
NumericLeadingZeros
Gets or sets the number of leading zeros to display.
public int NumericLeadingZeros { get; set; }
Property Value
NumericListSeparator
Gets or sets the numeric list separator.
public string NumericListSeparator { get; set; }
Property Value
NumericMeasurementSystem
Gets or sets the numeric measurement system.
public GroupPolicyRegionNumericMeasurementSystem NumericMeasurementSystem { get; set; }
Property Value
NumericNativeDigits
Gets or sets when to use numeric native digits.
public GroupPolicyRegionNumericNativeDigits NumericNativeDigits { get; set; }
Property Value
NumericNegativeFormat
Gets or sets the negative number format.
public string NumericNegativeFormat { get; set; }
Property Value
NumericNegativeSymbol
Gets or sets the negative sign symbol.
public string NumericNegativeSymbol { get; set; }
Property Value
NumericStandardDigits
Gets or sets the standard numeric digits.
public string NumericStandardDigits { get; set; }
Property Value
TimeAMSymbol
Gets or sets the time AM symbol.
public string TimeAMSymbol { get; set; }
Property Value
TimeFormat
Gets or sets the time format - for example "HH:mm:ss".
public string TimeFormat { get; set; }
Property Value
TimePMSymbol
Gets or sets the time PM symbol.
public string TimePMSymbol { get; set; }
Property Value
TimeSeparator
Gets or sets the time separator - for example ":".
public string TimeSeparator { get; set; }