FieldInfo.IsInitOnly Property

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

Syntax

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

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

Property Value

Type: Boolean

.NET Framework Security

See Also

Reference

FieldInfo Class

FieldInfo Members

System.Reflection.Mock Namespace