'Declaration
Protected Overridable Function GetServiceContract() As Type
'Usage
Dim instance As ServerBase Dim value As Type value = instance.GetServiceContract()
protected virtual Type GetServiceContract()
protected: virtual Type^ GetServiceContract();