ParameterInfo.IsLcid Property

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

Syntax

'Declaration
Public ReadOnly Property IsLcid As Boolean
    Get
'Usage
Dim instance As ParameterInfo
Dim value As Boolean

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

ParameterInfo Class

ParameterInfo Members

System.Reflection.Mock Namespace