TeamFoundationMetabase.GetRequestRestrictions Method

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

Syntax

'Declaration
Public Function GetRequestRestrictions ( _
    applicationRelativePath As String _
) As RequestRestrictions
public RequestRestrictions GetRequestRestrictions(
    string applicationRelativePath
)
public:
RequestRestrictions^ GetRequestRestrictions(
    String^ applicationRelativePath
)
member GetRequestRestrictions : 
        applicationRelativePath:string -> RequestRestrictions
public function GetRequestRestrictions(
    applicationRelativePath : String
) : RequestRestrictions

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.RequestRestrictions

.NET Framework Security

See Also

Reference

TeamFoundationMetabase Class

Microsoft.TeamFoundation.Framework.Server Namespace