EntityMembersGetCriteria.SearchTerm Property
Gets or sets a WHERE clause search criteria to filter records.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property SearchTerm As String
Get
Set
'Usage
Dim instance As EntityMembersGetCriteria
Dim value As String
value = instance.SearchTerm
instance.SearchTerm = value
[DataMemberAttribute(IsRequired = false)]
public string SearchTerm { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ SearchTerm {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member SearchTerm : string with get, set
function get SearchTerm () : String
function set SearchTerm (value : String)
Property Value
Type: System.String
A string representing the clause.