应用到: CRM 2015 on-prem, CRM Online
Contains the possible values for propagation ownership options.
命名空间: Microsoft.Crm.Sdk.Messages
程序集: Microsoft.Crm.Sdk.Proxy (在 Microsoft.Crm.Sdk.Proxy.dll 中)
语法
声明
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration PropagationOwnershipOptions
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")]
public enum PropagationOwnershipOptions
成员
| 成员名称 | 描述 |
|---|---|
| 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. |
备注
Used for the OwnershipOptions, OwnershipOptions, and OwnershipOptions properties.
平台
开发平台
Windows Vista、Windows Server 2003 和
目标平台
Windows Vista,Windows XP
另请参阅
参考
Microsoft.Crm.Sdk.Messages 命名空间
PropagateByExpressionRequest 类
DistributeCampaignActivityRequest 类
CreateActivitiesListRequest 类
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.