EntityMembersGetCriteria.SearchTerm Propiedad
Gets or sets the search criteria of the members to get.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property SearchTerm As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The search criteria of the members to get.
Vea también
Referencia
EntityMembersGetCriteria Clase
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts