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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.