PartialContactsUpdateRequest.EnableCreationOrUpdateOfCompany Property

 

Applies To: Dynamics Marketing

Gets or sets a value indicating whether companies should be created for all of the requests.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

PartialContactsUpdateRequest Class
Microsoft.Dynamics.Marketing.SDK.Messages.Contact Namespace

Return to top