Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the search criteria of the members to get.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.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
The search criteria of the members to get.
See Also
Reference
EntityMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace