AddContactToMarketingListByIdResponse.SuccessfullyAdded Property

 

Applies To: Dynamics Marketing

Gets or sets a value that indicates whether a contact has been successfully added to 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 SuccessfullyAdded { get; set; }
public:
[DataMemberAttribute]
property bool SuccessfullyAdded {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member SuccessfullyAdded : bool with get, set
<DataMemberAttribute>
Public Property SuccessfullyAdded As Boolean

Property Value

Type: System.Boolean

Type: Boolean

See Also

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

Return to top