[This is preliminary documentation and is subject to change.]
Returns a FieldAttribute that matches the supplied targetName, or if one was not defined then
returns FieldAttribute which matches any target or null
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public FieldAttribute this[
string targetName
] { get; }
public FieldAttribute this[
string targetName
] { get; }
Public ReadOnly Default Property Item (
targetName As String
) As FieldAttribute
Get
Public ReadOnly Default Property Item (
targetName As String
) As FieldAttribute
Get
public:
property FieldAttribute^ default[String^ targetName] {
FieldAttribute^ get (String^ targetName);
}
public:
property FieldAttribute^ default[String^ targetName] {
FieldAttribute^ get (String^ targetName);
}
member Item : FieldAttribute with get
member Item : FieldAttribute with get
Property Value
Type:
FieldAttribute