Important: The information in this document is obsolete and should not be used for new development.
GetConnectPartKind
Retrieves the part kind of the Connect To panel for this Cyberdog service.
ODType GetConnectPartKind ();
- return value
- The part kind of the Connect To panel.
DISCUSSION
This method should return the part kind of this service's associated Connect To panel orkODNULL
if this service does not have a Connect To panel. The superclass implementation of this method returnskODNULL
.The string returned by this method is owned by the service object; you should not alter it or dispose of it.
If you subclass
CyberService
and override this method, your override must not call its inherited method; that is, your override method must implement this method's functionality completely.