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
- type
Type: System.Type
Return Value
Type: System.Boolean