PropertyExpression.PropertyValue 属性

定义

获取或设置要搜索的属性值。

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

属性值

String

要搜索的属性值。

适用于