PropertyGeneratedEventArgs.BackingFieldName Property

Definition

Gets the name of the field that backs the property.

public:
 property System::String ^ BackingFieldName { System::String ^ get(); };
public string BackingFieldName { get; }
member this.BackingFieldName : string
Public ReadOnly Property BackingFieldName As String

Property Value

The name of the field that backs the property. This can be null for navigation properties.

Applies to