FieldAccessorFieldName Property |
Gets the field name of the field being accessed by the property
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public string FieldName { get; }
Public ReadOnly Property FieldName As String
Get
public:
property String^ FieldName {
String^ get ();
}
member FieldName : string with get
Property Value
Type:
StringThe name of the field.
See Also