Compartilhar via


IServerWebApplication.IsUserControlAllowRemoteDesigner Method

Namespace:  Microsoft.Web.Design.Server
Assembly:  Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)

Syntax

'Declaration
Function IsUserControlAllowRemoteDesigner ( _
    path As String _
) As Boolean
'Usage
Dim instance As IServerWebApplication
Dim path As String
Dim returnValue As Boolean

returnValue = instance.IsUserControlAllowRemoteDesigner(path)
bool IsUserControlAllowRemoteDesigner(
    string path
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

IServerWebApplication Interface

IServerWebApplication Members

Microsoft.Web.Design.Server Namespace