Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- path
Type: System.String
Return Value
Type: System.Boolean