CodeFieldReferenceExpression.FieldName Propiedad

Definición

Obtiene o establece el nombre del campo al que se va a hacer referencia.

public:
 property System::String ^ FieldName { System::String ^ get(); void set(System::String ^ value); };
public string FieldName { get; set; }
member this.FieldName : string with get, set
Public Property FieldName As String

Valor de propiedad

Cadena que contiene el nombre del campo.

Se aplica a