[This is preliminary documentation and is subject to change.]
Returns field attributes
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public IEnumerable<FieldAttribute> Attrs { get; }
public IEnumerable<FieldAttribute> Attrs { get; }
Public ReadOnly Property Attrs As IEnumerable(Of FieldAttribute)
Get
Public ReadOnly Property Attrs As IEnumerable(Of FieldAttribute)
Get
public:
property IEnumerable<FieldAttribute^>^ Attrs {
IEnumerable<FieldAttribute^>^ get ();
}
public:
property IEnumerable<FieldAttribute^>^ Attrs {
IEnumerable<FieldAttribute^>^ get ();
}
member Attrs : IEnumerable<FieldAttribute> with get
member Attrs : IEnumerable<FieldAttribute> with get
Property Value
Type:
IEnumerable FieldAttribute