PropertyGeneratedEventArgs.BackingFieldName 属性

定义

获取支持该属性的字段的名称。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

属性值

String

支持该属性的字段的名称。The name of the field that backs the property. 对于导航属性,该名称可以为 nullThis can be null for navigation properties.

适用于