Share via


AddItemCampaignActivityRequest.EntityName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the name of the entity type 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 entity type that is used in the operation.

Remarks

This property must be assigned the entity logical name that corresponds to the specified record type in the ItemId property. The valid entity names for this property are SalesLiterature and List.

See Also

AddItemCampaignActivityRequest Class
Microsoft.Crm.Sdk.Messages Namespace
CampaignActivityItem intersect entity metadata

Return to top

© 2016 Microsoft. All rights reserved. Copyright