Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or set the maximum number of changes that can be included in a single change set.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property MaxChangesetCount As Integer
Get
Set
'Usage
Dim instance As DataServiceConfiguration
Dim value As Integer
value = instance.MaxChangesetCount
instance.MaxChangesetCount = value
public int MaxChangesetCount { get; set; }
public:
virtual property int MaxChangesetCount {
int get () sealed;
void set (int value) sealed;
}
abstract MaxChangesetCount : int with get, set
override MaxChangesetCount : int with get, set
final function get MaxChangesetCount () : int
final function set MaxChangesetCount (value : int)
Property Value
Type: System.Int32
The maximum number of changes allowed.
Implements
IDataServiceConfiguration.MaxChangesetCount