aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.TFS/TeamMember.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-05-08 17:01:22 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-05-08 17:01:22 +0300
commit113eaf4d8a37e212b8528d41e400b346ce9f51d2 (patch)
tree757df6c19de09061fad3b5a0b3954f0bbc98747b /Software/Visual_Studio/Tango.TFS/TeamMember.cs
parentcdba3267d2a47b3bff8cf3ec0219223e36e234ff (diff)
downloadTango-113eaf4d8a37e212b8528d41e400b346ce9f51d2.tar.gz
Tango-113eaf4d8a37e212b8528d41e400b346ce9f51d2.zip
Added improvements to stubs UI.
Implemented Bug Reporter engine!
Diffstat (limited to 'Software/Visual_Studio/Tango.TFS/TeamMember.cs')
-rw-r--r--Software/Visual_Studio/Tango.TFS/TeamMember.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.TFS/TeamMember.cs b/Software/Visual_Studio/Tango.TFS/TeamMember.cs
index 747d550ca..bb4b8a21f 100644
--- a/Software/Visual_Studio/Tango.TFS/TeamMember.cs
+++ b/Software/Visual_Studio/Tango.TFS/TeamMember.cs
@@ -14,6 +14,11 @@ namespace Tango.TFS
public String URL { get; set; }
public String ImageURL { get; set; }
+ public String Email
+ {
+ get { return UniqueName; }
+ }
+
public String AssignName
{
get { return String.Format("{0} <{1}>", DisplayName, UniqueName); }