EntityMetadata.HasEmailAddresses Property

Definition

public:
 property Nullable<bool> HasEmailAddresses { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Runtime.Serialization.DataMember]
public bool? HasEmailAddresses { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.HasEmailAddresses : Nullable<bool> with get, set
Public Property HasEmailAddresses As Nullable(Of Boolean)

Property Value

Attributes

Applies to