EventInfo.GetIsMulticastImpl Method

Namespace:  System.Reflection.Mock
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected Overridable Function GetIsMulticastImpl As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.GetIsMulticastImpl()
protected virtual bool GetIsMulticastImpl()
protected:
virtual bool GetIsMulticastImpl()
abstract GetIsMulticastImpl : unit -> bool 
override GetIsMulticastImpl : unit -> bool 
protected function GetIsMulticastImpl() : boolean

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

EventInfo Class

EventInfo Members

System.Reflection.Mock Namespace