PropagationOwnershipOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the possible values for propagation ownership options.
public enum class PropagationOwnershipOptions
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1717:OnlyFlagsEnumsShouldHavePluralNames", Justification="Consistent with SDK signature.", MessageId="")]
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public enum PropagationOwnershipOptions
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1717:OnlyFlagsEnumsShouldHavePluralNames", Justification="Consistent with SDK signature.", MessageId="")>]
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type PropagationOwnershipOptions =
Public Enum PropagationOwnershipOptions
- Inheritance
-
PropagationOwnershipOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | There is no change in ownership for the created activities. Value = 0. |
Caller | 1 | All created activities are assigned to the caller of the API. Value = 1. |
ListMemberOwner | 2 | Created activities are assigned to respective owners of target members. Value = 2. |
Remarks
For the Web API use the PropagationOwnershipOptions
enum type.
Used for the OwnershipOptions, OwnershipOptions, and OwnershipOptions properties.