BoundPropertyEntry.Expression 属性

定义

获取或设置值,该值在页的分析过程中表示一个表达式。Gets or sets the value representing an expression during page parsing.

此 API 支持产品基础结构,不能在代码中直接使用。

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

属性值

String

一个String,该字符串包含表达式。A String that contains the expression.

适用于