[]
Gets or sets era pattern for the field. This is a dependency property.
public EraPattern Pattern { get; set; }
Public Property Pattern As EraPattern
Type | Description |
---|---|
EraPattern | An EraPattern enumeration indicates the pattern. The default value is EraName. |
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of EraPattern. |