MemberInfoHasEmailAddress Property  | 
 
            Gets the value indicating whether the member has an email address or not.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic virtual bool HasEmailAddress { get; }Public Overridable ReadOnly Property HasEmailAddress As Boolean
	Get
public:
virtual property bool HasEmailAddress {
	bool get ();
}abstract HasEmailAddress : bool with get
override HasEmailAddress : bool with get
Property Value
Type: 
Boolean
See Also