DisplayAttribute.GetAutoGenerateField Method

Definition

Returns the value of the AutoGenerateField property.

public:
 Nullable<bool> GetAutoGenerateField();
public bool? GetAutoGenerateField ();
member this.GetAutoGenerateField : unit -> Nullable<bool>
Public Function GetAutoGenerateField () As Nullable(Of Boolean)

Returns

The value of AutoGenerateField if the property has been initialized; otherwise, null.

Applies to