MethodBase.IsFamilyAndAssembly Property

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

Syntax

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

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace