LocalVariableInfo.IsPinned Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsPinned As Boolean
    Get
'Usage
Dim instance As LocalVariableInfo
Dim value As Boolean

value = instance.IsPinned
public abstract bool IsPinned { get; }
public:
virtual property bool IsPinned {
    bool get () abstract;
}
abstract IsPinned : bool
abstract function get IsPinned () : boolean

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

LocalVariableInfo Class

LocalVariableInfo Members

System.Reflection.Mock Namespace