DevForce Help Reference
ServiceKeys Property


Application server address information - applicable to client but allowed on server.
Syntax
'Declaration
 
<DescriptionAttribute("Application server address information - applicable to client but allowed on server.")>
<XmlArrayAttribute("serviceKeys")>
<XmlArrayItemAttribute("serviceKey")>
Public Property ServiceKeys As NamedElementCollection(Of ServiceKeyElement)
'Usage
 
Dim instance As ObjectServerElement
Dim value As NamedElementCollection(Of ServiceKeyElement)
 
instance.ServiceKeys = value
 
value = instance.ServiceKeys
[Description("Application server address information - applicable to client but allowed on server.")]
[XmlArray("serviceKeys")]
[XmlArrayItem("serviceKey")]
public NamedElementCollection<ServiceKeyElement> ServiceKeys {get; set;}
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 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

ObjectServerElement Class
ObjectServerElement Members

Send Feedback