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