EntityMembersGetCriteria.SearchTerm 屬性
Gets or sets a WHERE clause search criteria to filter records.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property SearchTerm As String
Get
Set
'用途
Dim instance As EntityMembersGetCriteria
Dim value As String
value = instance.SearchTerm
instance.SearchTerm = value
[DataMemberAttribute]
public string SearchTerm { get; set; }
[DataMemberAttribute]
public:
property String^ SearchTerm {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member SearchTerm : string with get, set
function get SearchTerm () : String
function set SearchTerm (value : String)
屬性值
型別:System.String
A string that represents the search term.
備註
Use of this property is optional. However, you must insert a space before and after the equals (=) sign to query members using this property.