BusinessEntityChanges.Changes Property
Applies To: Dynamics CRM 2015
Gets or sets the business entity changes collection.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public BusinessEntityChangesCollection Changes { get; set; }
public:
[DataMemberAttribute]
property BusinessEntityChangesCollection^ Changes {
BusinessEntityChangesCollection^ get();
void set(BusinessEntityChangesCollection^ value);
}
[<DataMemberAttribute>]
member Changes : BusinessEntityChangesCollection with get, set
<DataMemberAttribute>
Public Property Changes As BusinessEntityChangesCollection
Property Value
Type: Microsoft.Xrm.Sdk.BusinessEntityChangesCollection
Type: BusinessEntityChangesCollection.
See Also
BusinessEntityChanges Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright