DbSyncColumnDescription::AutoIncrementStepSpecified Property
Gets or sets whether a value is specified for the AutoIncrementStep property.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property bool AutoIncrementStepSpecified { bool get (); void set (bool value); }
Property Value
Type: System::Booleantrue if a value is specified for AutoIncrementStep; otherwise false.
This property is used when Sync Framework serializes column information to XML. If the value of this property is false, the value of AutoIncrementStep is undefined and should be ignored. In that case, the value of AutoIncrementStep will not be serialized.
Show: