CSharpReference<TResult>.ExpressionText 属性

定义

获取或设置引用的表达式文本。

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

属性值

引用的表达式文本。

适用于