GitUserDate.Email Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Email address of the user performing the Git operation.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="email")]
public string Email { get; set; }
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="email")]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.Services.WebApi.DefaultValueOnPublicAccessJsonConverter`1<System.String>))]
public string Email { get; set; }
member this.Email : string with get, set
Public Property Email As String
Property Value
- Attributes
-
DataMemberAttribute Newtonsoft.Json.JsonConverterAttribute