MapSpatialElementTemplate.FieldsUsedInValueExpression 속성

정의

값 식에서 사용되는 필드를 가져옵니다.

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)

속성 값

값 식에 사용되는 필드를 나타내는 List<T> 개체입니다.

적용 대상