FieldInfo.Attributes Property

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Attributes As FieldAttributes
    Get
'Usage
Dim instance As FieldInfo
Dim value As FieldAttributes

value = instance.Attributes
public abstract FieldAttributes Attributes { get; }
public:
virtual property FieldAttributes Attributes {
    FieldAttributes get () abstract;
}
abstract Attributes : FieldAttributes
abstract function get Attributes () : FieldAttributes

Property Value

Type: FieldAttributes

.NET Framework Security

See Also

Reference

FieldInfo Class

FieldInfo Members

System.Reflection.Mock Namespace