Share via


DbSyncColumnDescription.AutoIncrementStepSpecified Property

Gets or sets whether a value is specified for the AutoIncrementStep property.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property AutoIncrementStepSpecified As Boolean
    Get
    Set
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Boolean

value = instance.AutoIncrementStepSpecified

instance.AutoIncrementStepSpecified = value
public bool AutoIncrementStepSpecified { get; set; }
public:
property bool AutoIncrementStepSpecified {
    bool get ();
    void set (bool value);
}
member AutoIncrementStepSpecified : bool with get, set
function get AutoIncrementStepSpecified () : boolean
function set AutoIncrementStepSpecified (value : boolean)

Property Value

Type: System.Boolean
true if a value is specified for AutoIncrementStep; otherwise false.

Remarks

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.

See Also

Reference

DbSyncColumnDescription Class

Microsoft.Synchronization.Data Namespace