Share via


TeamFoundationRequestContext.RequestRestrictions Property

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

Syntax

'Declaration
Protected Friend Overridable Property RequestRestrictions As RequestRestrictions
protected internal virtual RequestRestrictions RequestRestrictions { get; set; }
protected public:
virtual property RequestRestrictions^ RequestRestrictions {
    RequestRestrictions^ get ();
    void set (RequestRestrictions^ value);
}
abstract RequestRestrictions : RequestRestrictions with get, set 
override RequestRestrictions : RequestRestrictions with get, set
function get RequestRestrictions () : RequestRestrictions 
function set RequestRestrictions (value : RequestRestrictions)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.RequestRestrictions
Returns RequestRestrictions.

.NET Framework Security

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace