MemberInfoDataHasEmailAddress Property |
Gets the value indicating whether the member has an email address or not.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "hasEmailAddress", EmitDefaultValue = false)]
public bool HasEmailAddress { get; set; }
<DataMemberAttribute(Name := "hasEmailAddress", EmitDefaultValue := false)>
Public Property HasEmailAddress As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"hasEmailAddress", EmitDefaultValue = false)]
property bool HasEmailAddress {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "hasEmailAddress", EmitDefaultValue = false)>]
member HasEmailAddress : bool with get, set
Property Value
Type:
Boolean
See Also