Share via


RequestRestrictions.Label Property

Optional label used to logically identify a set of request restrictions.

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

Syntax

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

Property Value

Type: System.String

Remarks

Not required to be unique, case-insensitive and may be a comma-delimited, distinct, sorted list when merged. For request restrictions that come into the metabase from the registry this is the last name of the registry entry, which is actually redudnant with Description but historically the latter was a human-readabale string.

.NET Framework Security

See Also

Reference

RequestRestrictions Class

Microsoft.TeamFoundation.Framework.Server Namespace