Type.Attributes Property

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

Syntax

'Declaration
Public ReadOnly Property Attributes As TypeAttributes
    Get
'Usage
Dim instance As Type
Dim value As TypeAttributes

value = instance.Attributes
public TypeAttributes Attributes { get; }
public:
property TypeAttributes Attributes {
    TypeAttributes get ();
}
member Attributes : TypeAttributes
function get Attributes () : TypeAttributes

Property Value

Type: TypeAttributes

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace