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