DevForce Help Reference
SupportsStandard Method


Returns whether standard WinClient and ASP.NET applications are supported.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function SupportsStandard( _
   ByVal type As ClientApplicationType _
) As Boolean
'Usage
 
Dim type As ClientApplicationType
Dim value As Boolean
 
value = ClientApplicationTypeExtensions.SupportsStandard(type)
[Extension()]
public static bool SupportsStandard( 
   ClientApplicationType type
)

Parameters

type
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientApplicationTypeExtensions Class
ClientApplicationTypeExtensions Members

Send Feedback