ExpressionBuilder.ExpressionPrefix 속성

정의

검색할 식의 형식을 식별하는 문자열을 가져오거나 설정합니다.

public:
 property System::String ^ ExpressionPrefix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("expressionPrefix", DefaultValue="", IsKey=true, IsRequired=true)]
[System.Configuration.StringValidator(MinLength=1)]
public string ExpressionPrefix { get; set; }
[<System.Configuration.ConfigurationProperty("expressionPrefix", DefaultValue="", IsKey=true, IsRequired=true)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.ExpressionPrefix : string with get, set
Public Property ExpressionPrefix As String

속성 값

검색할 식의 형식을 식별하는 문자열입니다.

특성

설명

ExpressionPrefix 식은 일반적인 식 형식에 대 한 구성에서 연결 된 섹션 이름이 매핑되거나 식을 사용자 지정 식 클래스에 매핑됩니다.

적용 대상