IServerWebApplication.IsTypeAllowRemoteDesigner Method

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

Syntax

'Declaration
Function IsTypeAllowRemoteDesigner ( _
    type As Type _
) As Boolean
'Usage
Dim instance As IServerWebApplication
Dim type As Type
Dim returnValue As Boolean

returnValue = instance.IsTypeAllowRemoteDesigner(type)
bool IsTypeAllowRemoteDesigner(
    Type type
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

IServerWebApplication Interface

IServerWebApplication Members

Microsoft.Web.Design.Server Namespace