다음을 통해 공유


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.

참고 항목

참조

EntityMembersGetCriteria 클래스

Microsoft.MasterDataServices 네임스페이스