PropagationOwnershipOptions Enumeration
Applies To: Dynamics CRM 2015
Contains the possible values for propagation ownership options.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public enum PropagationOwnershipOptions
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")]
public enum class PropagationOwnershipOptions
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/crm/2011/Contracts")>]
type PropagationOwnershipOptions
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/crm/2011/Contracts")>
Public Enumeration PropagationOwnershipOptions
Members
Member name | Description | |
---|---|---|
Caller | All created activities are assigned to the caller of the API. Value = 1. |
|
ListMemberOwner | Created activities are assigned to respective owners of target members. Value = 2. |
|
None | There is no change in ownership for the created activities. Value = 0. |
Remarks
Used for the OwnershipOptions, OwnershipOptions, and OwnershipOptions properties.
See Also
PropagateByExpressionRequest
DistributeCampaignActivityRequest
CreateActivitiesListRequest
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright