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



Application server address information - applicable to client but allowed on server.

Syntax

Visual Basic (Declaration) 
<XmlArrayItemAttribute("serviceKey")>
<XmlArrayAttribute("serviceKeys")>
<DescriptionAttribute("Application server address information - applicable to client but allowed on server.")>
Public Property ServiceKeys As NamedElementCollection(Of ServiceKeyElement)
Visual Basic (Usage)Copy Code
Dim instance As ObjectServerElement
Dim value As NamedElementCollection(Of ServiceKeyElement)
 
instance.ServiceKeys = value
 
value = instance.ServiceKeys
C# 
[XmlArrayItemAttribute("serviceKey")]
[XmlArrayAttribute("serviceKeys")]
[DescriptionAttribute("Application server address information - applicable to client but allowed on server.")]
public NamedElementCollection<ServiceKeyElement> ServiceKeys {get; set;}
C++/CLI 
[XmlArrayItemAttribute("serviceKey")]
[XmlArrayAttribute("serviceKeys")]
[DescriptionAttribute("Application server address information - applicable to client but allowed on server.")]
public:
property NamedElementCollection<ServiceKeyElement^>^ ServiceKeys {
   NamedElementCollection<ServiceKeyElement^>^ get();
   void set (    NamedElementCollection<ServiceKeyElement^>^ value);
}

Remarks

Use ServiceKeys to define the address information to one or more application servers. A client application can specify the ServiceKey to be used when constructing an EntityManager.

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.