ManagedPropertyOperation 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.
For internal use only.
For the Web API use the ManagedPropertyOperation EnumType.
public enum class ManagedPropertyOperation
[System.Runtime.Serialization.DataContract(Name="ManagedPropertyOperation", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")]
public enum ManagedPropertyOperation
[<System.Runtime.Serialization.DataContract(Name="ManagedPropertyOperation", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")>]
type ManagedPropertyOperation =
Public Enum ManagedPropertyOperation
- Inheritance
-
ManagedPropertyOperation
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | For internal use only. |
Create | 1 | For internal use only. |
Update | 2 | For internal use only. |
CreateUpdate | 3 | For internal use only. |
Delete | 4 | For internal use only. |
UpdateDelete | 6 | For internal use only. |
All | 7 | For internal use only. |