IChangedItem.Type Property
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.
Gets or sets a value that specifies the change type.
public:
property Microsoft::Xrm::Sdk::ChangeType Type { Microsoft::Xrm::Sdk::ChangeType get(); void set(Microsoft::Xrm::Sdk::ChangeType value); };
public Microsoft.Xrm.Sdk.ChangeType Type { get; set; }
member this.Type : Microsoft.Xrm.Sdk.ChangeType with get, set
Public Property Type As ChangeType