IdeaBlade DevForce 2010 Help Reference
ServiceKeyElement Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace : ServiceKeyElement Class



Represents an endpoint address to the application server.

Syntax

Visual Basic (Declaration) 
Public Class ServiceKeyElement 
   Inherits KeyElement
   Implements INamedElement 
Visual Basic (Usage)Copy Code
Dim instance As ServiceKeyElement
C# 
public class ServiceKeyElement : KeyElement, INamedElement  
C++/CLI 
public ref class ServiceKeyElement : public KeyElement, INamedElement  

Remarks

Corresponds to the serviceKey element in the IdeaBlade configuration. ServiceKeys are intended to be used by a client application, but if defined in the server's configuration file the "default" service key will be used if a base address must be determined.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.Configuration.KeyElement
      IdeaBlade.Core.Configuration.ServiceKeyElement

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.