Summary
Gets or sets a value indicating whether a change was made.
- Namespace
- Cake
.Common .Build .GoCD .Data - Containing Type
- Go
C D Material Revisions Info
Syntax
[DataMember(Name = "changed")]
public bool Changed { get; set; }
Attributes
Type | Description |
---|---|
DataMemberAttribute |
Value
Type | Description |
---|---|
bool |
true if changed; otherwise, false .
|