Share via


ManagementPackProperty.AutoIncrement Property

Definition

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

Valid only for string and integer properties.

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

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

Applies to