AddItemCampaignRequest.EntityName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the name of the type of entity that is used in the operation. Required.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

public string EntityName { get; set; }
public:
property String^ EntityName {
    String^ get();
    void set(String^ value);
}
member EntityName : string with get, set
Public Property EntityName As String

Property Value

Type: System.String

Type: String
The name of the type of entity that is used in the operation.

Remarks

This property must be assigned the logical name of the entity that corresponds to the record type that is specified in the EntityId property. The valid entity names for this property are campaign, list, salesliterature, and product.

See Also

AddItemCampaignRequest Class
Microsoft.Crm.Sdk.Messages Namespace
CampaignItem intersect entity metadata

Return to top

© 2016 Microsoft. All rights reserved. Copyright