Share via


ManagementPackRelationshipProperty.AutoIncrement Property

Definition

Gets or sets a value that indicates whether an auto-increment is set.

public:
 property bool AutoIncrement { bool get(); void set(bool value); };
public bool AutoIncrement { get; set; }
member this.AutoIncrement : bool with get, set
Public Property AutoIncrement As Boolean

Property Value

Returns Boolean.

true if an auto-increment is set; otherwise, false.

Applies to