BusinessEntityChanges.Changes 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 the business entity changes collection.
public:
property Microsoft::Xrm::Sdk::BusinessEntityChangesCollection ^ Changes { Microsoft::Xrm::Sdk::BusinessEntityChangesCollection ^ get(); void set(Microsoft::Xrm::Sdk::BusinessEntityChangesCollection ^ value); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
[System.Runtime.Serialization.DataMember]
public Microsoft.Xrm.Sdk.BusinessEntityChangesCollection Changes { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1051:DoNotDeclareVisibleInstanceFields")>]
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")>]
[<System.Runtime.Serialization.DataMember>]
member this.Changes : Microsoft.Xrm.Sdk.BusinessEntityChangesCollection with get, set
Public Property Changes As BusinessEntityChangesCollection
Property Value
- Attributes