Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("The type of client applications supported by the EntityServer.")> <DefaultValueAttribute()> <XmlAttributeAttribute("supportedClientApplicationType")> Public Property SupportedClientApplicationType As ClientApplicationType |
Visual Basic (Usage) | ![]() |
---|---|
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); } |
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.
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