Summary
Gets or sets the identifier.
- Namespace
- Cake
.Common .Build .GoCD .Data - Containing Type
- GoCDModificationInfo
Syntax
[DataMember(Name = "id")]
public int Id { get; set; }
Attributes
| Type | Description |
|---|---|
| DataMemberAttribute |
Value
| Type | Description |
|---|---|
| int | The identifier. |
