DevForce Help Reference
SupportedClientApplicationType Property


Gets or sets the type of client applications supported by the EntityServer.
Syntax
'Declaration
 
<DescriptionAttribute("The type of client applications supported by the EntityServer.")>
<XmlAttributeAttribute("supportedClientApplicationType")>
<DefaultValueAttribute()>
Public Property SupportedClientApplicationType As ClientApplicationType
'Usage
 
Dim instance As ServerSettingsElement
Dim value As ClientApplicationType
 
instance.SupportedClientApplicationType = value
 
value = instance.SupportedClientApplicationType
[Description("The type of client applications supported by the EntityServer.")]
[XmlAttribute("supportedClientApplicationType")]
[DefaultValue()]
public ClientApplicationType SupportedClientApplicationType {get; set;}
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 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

ServerSettingsElement Class
ServerSettingsElement Members

Send Feedback