ForbiddenHostNames.Names Property

Names will return the set of forbidden names that are currently registered.

To change the set you can use the Add method, forbidden names cannot be removed after they have been added.

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

Syntax

'Declaration
Public Shared ReadOnly Property Names As IEnumerable(Of String)
public static IEnumerable<string> Names { get; }
public:
static property IEnumerable<String^>^ Names {
    IEnumerable<String^>^ get ();
}
static member Names : IEnumerable<string> with get
static function get Names () : IEnumerable<String>

Property Value

Type: System.Collections.Generic.IEnumerable<String>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

ForbiddenHostNames Class

Microsoft.TeamFoundation.Framework.Server Namespace