Contact.DoNotCall Property

 

Applies To: Dynamics Marketing

Gets or sets a value indicating call permissions for the contact.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Model
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

Syntax

[DataMemberAttribute]
public bool DoNotCall { get; set; }
public:
[DataMemberAttribute]
property bool DoNotCall {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member DoNotCall : bool with get, set
<DataMemberAttribute>
Public Property DoNotCall As Boolean

Property Value

Type: System.Boolean

Type: Boolean

See Also

Contact Class
Microsoft.Dynamics.Marketing.SDK.Model Namespace

Return to top