DomainService.ChangeSet Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the current ChangeSet.

Namespace:  System.ServiceModel.DomainServices.Server
Assembly:  System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)

Syntax

'Declaration
Protected ReadOnly Property ChangeSet As ChangeSet
    Get
'Usage
Dim value As ChangeSet

value = Me.ChangeSet
protected ChangeSet ChangeSet { get; }
protected:
property ChangeSet^ ChangeSet {
    ChangeSet^ get ();
}
member ChangeSet : ChangeSet
function get ChangeSet () : ChangeSet

Property Value

Type: System.ServiceModel.DomainServices.Server.ChangeSet
The current ChangeSet, or nulla null reference (Nothing in Visual Basic) if no change operations are being performed.

See Also

Reference

DomainService Class

System.ServiceModel.DomainServices.Server Namespace