IServerSafeTypeProvider.IsSafeType Method
Namespace: Microsoft.Web.Design.Server
Assembly: Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)
Syntax
'Declaration
Function IsSafeType ( _
type As Type _
) As Boolean
'Usage
Dim instance As IServerSafeTypeProvider
Dim type As Type
Dim returnValue As Boolean
returnValue = instance.IsSafeType(type)
bool IsSafeType(
Type type
)
Parameters
- type
Type: System.Type
Return Value
Type: System.Boolean
See Also
Reference
IServerSafeTypeProvider Interface