MapDockableSubItem.FieldsUsedInValueExpression Propiedad

Definición

Obtiene los campos que se usan en una expresión de valor.

public:
 property System::Collections::Generic::List<System::String ^> ^ FieldsUsedInValueExpression { System::Collections::Generic::List<System::String ^> ^ get(); };
public System.Collections.Generic.List<string> FieldsUsedInValueExpression { get; }
member this.FieldsUsedInValueExpression : System.Collections.Generic.List<string>
Public ReadOnly Property FieldsUsedInValueExpression As List(Of String)

Valor de propiedad

Un objeto List<T> que representa los campos que se usan en una expresión de valor.

Se aplica a