Click or drag to resize
IServiceOperationsFindServicesByNamesAndPropertiesNoPagination Method
Finds the services by names and properties no pagination.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
List<Service> FindServicesByNamesAndPropertiesNoPagination(
	Dictionary<string, string> serviceAndPropertyName,
	string searchValue
)

Parameters

serviceAndPropertyName
Type: System.Collections.GenericDictionaryString, String
Name of the service and property.
searchValue
Type: SystemString
The search value.

Return Value

Type: ListService
List of found services.
See Also