SequenceClass.IsDefaultLocaleID Property

Definition

Gets or sets a value that indicates whether the container uses the default locale.

public:
 virtual property bool IsDefaultLocaleID { bool get(); };
public virtual bool IsDefaultLocaleID { get; }
member this.IsDefaultLocaleID : bool
Public Overridable ReadOnly Property IsDefaultLocaleID As Boolean

Property Value

true if the container uses the default locale; otherwise, false.

Implements

Remarks

For more information, see Sequence.

Applies to