Partilhar via


Enumeração PropagationOwnershipOptions

Aplica-se a: CRM 2015 on-prem, CRM Online

Contains the possible values for propagation ownership options.

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

Sintaxe

'Declaração
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration PropagationOwnershipOptions
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")] 
public enum PropagationOwnershipOptions

Membros

Nome do membro Descrição
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.

Comentários

Used for the OwnershipOptions, OwnershipOptions, and OwnershipOptions properties.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Namespace Microsoft.Crm.Sdk.Messages
Classe PropagateByExpressionRequest
Classe DistributeCampaignActivityRequest
Classe CreateActivitiesListRequest

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.