FieldInfo.IsLiteral Property

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

Syntax

'Declaration
Public ReadOnly Property IsLiteral As Boolean
    Get
'Usage
Dim instance As FieldInfo
Dim value As Boolean

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

FieldInfo Class

FieldInfo Members

System.Reflection.Mock Namespace