Type.StructLayoutAttribute Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property StructLayoutAttribute As StructLayoutAttribute
    Get
'Usage
Dim instance As Type
Dim value As StructLayoutAttribute

value = instance.StructLayoutAttribute
public virtual StructLayoutAttribute StructLayoutAttribute { get; }
public:
virtual property StructLayoutAttribute^ StructLayoutAttribute {
    StructLayoutAttribute^ get ();
}
abstract StructLayoutAttribute : StructLayoutAttribute
override StructLayoutAttribute : StructLayoutAttribute
function get StructLayoutAttribute () : StructLayoutAttribute

Property Value

Type: StructLayoutAttribute

.NET Framework Security

See Also

Reference

Type Class

Type Members

System.Reflection.Mock Namespace