IServiceOperationsFindServicesByNamesAndPropertiesNoPagination Method |
Finds the services by names and properties no pagination.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
SyntaxList<Service> FindServicesByNamesAndPropertiesNoPagination(
Dictionary<string, string> serviceAndPropertyName,
string searchValue
)
Function FindServicesByNamesAndPropertiesNoPagination (
serviceAndPropertyName As Dictionary(Of String, String),
searchValue As String
) As List(Of Service)
List<Service^>^ FindServicesByNamesAndPropertiesNoPagination(
Dictionary<String^, String^>^ serviceAndPropertyName,
String^ searchValue
)
abstract FindServicesByNamesAndPropertiesNoPagination :
serviceAndPropertyName : Dictionary<string, string> *
searchValue : string -> List<Service>
Parameters
- serviceAndPropertyName
- Type: System.Collections.GenericDictionaryString, String
Name of the service and property. - searchValue
- Type: SystemString
The search value.
Return Value
Type:
ListServiceList of found services.
See Also