Share via


MethodBase.IsFamily Property

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

Syntax

'Declaration
Public ReadOnly Property IsFamily As Boolean
    Get
'Usage
Dim instance As MethodBase
Dim value As Boolean

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace