EventInfo.IsMulticast Property

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

Syntax

'Declaration
Public ReadOnly Property IsMulticast As Boolean
    Get
'Usage
Dim instance As EventInfo
Dim value As Boolean

value = instance.IsMulticast
public bool IsMulticast { get; }
public:
property bool IsMulticast {
    bool get ();
}
member IsMulticast : bool
function get IsMulticast () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

EventInfo Class

EventInfo Members

System.Reflection.Mock Namespace