Summary
Gets the email of the user the build was requested for.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Build Info
Syntax
public string RequestedForEmail { get; }
Value
| Type | Description |
|---|---|
| string | The email of the user the build was requested for. |
