LocalVariableInfo.LocalIndex Property
Namespace: System.Reflection.Mock
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property LocalIndex As Integer
Get
'Usage
Dim instance As LocalVariableInfo
Dim value As Integer
value = instance.LocalIndex
public abstract int LocalIndex { get; }
public:
virtual property int LocalIndex {
int get () abstract;
}
abstract LocalIndex : int
abstract function get LocalIndex () : int
Property Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.