'DeclarationProtected Overridable Function GetServiceContract() As Type
'UsageDim instance As ServerBase Dim value As Type value = instance.GetServiceContract()
protected virtual Type GetServiceContract()
protected: virtual Type^ GetServiceContract();