IdeaBlade DevForce 2010 Help Reference
SupportedClientApplicationType Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > ServerSettingsElement Class : SupportedClientApplicationType Property



Gets or sets the type of client applications supported by the EntityServer.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The type of client applications supported by the EntityServer.")>
<DefaultValueAttribute()>
<XmlAttributeAttribute("supportedClientApplicationType")>
Public Property SupportedClientApplicationType As ClientApplicationType
Visual Basic (Usage)Copy Code
Dim instance As ServerSettingsElement
Dim value As ClientApplicationType
 
instance.SupportedClientApplicationType = value
 
value = instance.SupportedClientApplicationType
C# 
[DescriptionAttribute("The type of client applications supported by the EntityServer.")]
[DefaultValueAttribute()]
[XmlAttributeAttribute("supportedClientApplicationType")]
public ClientApplicationType SupportedClientApplicationType {get; set;}
C++/CLI 
[DescriptionAttribute("The type of client applications supported by the EntityServer.")]
[DefaultValueAttribute()]
[XmlAttributeAttribute("supportedClientApplicationType")]
public:
property ClientApplicationType SupportedClientApplicationType {
   ClientApplicationType get();
   void set (    ClientApplicationType value);
}

Remarks

A single EntityServer can support both Silverlight and standard desktop and ASP.NET clients, based on your license. The ClientApplicationType determines the WCF endpoints opened for the EntityServer services, and is not applicable to a 2-tier application.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.