RemoveAllContactsFromMarketingListResponse.SuccessfullyRemoved Property

 

Applies To: Dynamics Marketing

Gets or sets a value that indicates whether the contact has been removed from the marketing list.

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

Syntax

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

Property Value

Type: System.Boolean

Type: Boolean

See Also

RemoveAllContactsFromMarketingListResponse Class
Microsoft.Dynamics.Marketing.SDK.Messages.MarketingList Namespace

Return to top