Дата последней ошибки, возникшей при пересчёте состава роли, или null, если ошибки не возникало.
Дата должна указываться в формате UTC (Coordinated Universal Time).
[DataMemberAttribute]
[NullableAttribute]
public DateTime? LastErrorDate { get; set; }
<DataMemberAttribute>
<NullableAttribute>
Public Property LastErrorDate As DateTime?
Get
Set
public:
[DataMemberAttribute]
[NullableAttribute]
virtual property Nullable<DateTime> LastErrorDate {
Nullable<DateTime> get () sealed;
void set (Nullable<DateTime> value) sealed;
}
[<DataMemberAttribute>]
[<NullableAttribute>]
abstract LastErrorDate : Nullable<DateTime> with get, set
[<DataMemberAttribute>]
[<NullableAttribute>]
override LastErrorDate : Nullable<DateTime> with get, set