DevForce Help Reference
ClientApplicationType Enumeration


Indicates the type of client applications supported by the EntityServer.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ClientApplicationType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ClientApplicationType
[Flags()]
public enum ClientApplicationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
All All client applications.
Silverlight Silverlight client applications.
UseLicense Use a setting appropriate to the license.
WinClient Standard .NET client applications.
WindowsPhone Windows Phone client applications.
WindowsStore Windows Store client applications. Includes both Windows 8.1 and Windows 10 Universal apps.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.Core.ClientApplicationType

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

IdeaBlade.Core Namespace

Send Feedback