Share via


BasicAuthEmailEvent.DisplayNameText Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property DisplayNameText As String
public string DisplayNameText { get; set; }
public:
property String^ DisplayNameText {
    String^ get ();
    void set (String^ value);
}
member DisplayNameText : string with get, set
function get DisplayNameText () : String 
function set DisplayNameText (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BasicAuthEmailEvent Class

Microsoft.TeamFoundation.Framework.Server Namespace