Click or drag to resize

ISubscriberBaseTryGetLastPasswordUpdate Method

Attempts to retrieve the LastPasswordUpdate attribute.

Namespace:  PDTec.IceNet.Domain.Subscription.BusinessObjects
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool TryGetLastPasswordUpdate(
	out DateTime value
)

Parameters

value
Type: SystemDateTime
The LastPasswordUpdate attribute value if the attribute is assigned; otherwise, the default value for the DateTime attribute value type.

Return Value

Type: Boolean
true if the attribute is assigned; otherwise false.
See Also