GitUserDate.Email Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "email", EmitDefaultValue := False)> _
Public Property Email As String
[DataMemberAttribute(Name = "email", EmitDefaultValue = false)]
public string Email { get; set; }
[DataMemberAttribute(Name = L"email", EmitDefaultValue = false)]
public:
property String^ Email {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "email", EmitDefaultValue = false)>]
member Email : string with get, set
function get Email () : String
function set Email (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.