Type.IsMarshalByRef Property

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

Syntax

'Declaration
Public ReadOnly Property IsMarshalByRef As Boolean
    Get
'Usage
Dim instance As Type
Dim value As Boolean

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace