MethodBase.IsFamilyOrAssembly Property

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

Syntax

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

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

MethodBase Class

MethodBase Members

System.Reflection.Mock Namespace