Click or drag to resize
IUserBaseTryGetEmailAddress Method
Attempts to retrieve the EmailAddress attribute.

Namespace: PDTec.IceNet.Domain.UserManagement.BusinessObjects
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool TryGetEmailAddress(
	out string value
)

Parameters

value
Type: SystemString
The EmailAddress attribute value if the attribute is assigned; otherwise, the default value for the String attribute value type.

Return Value

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