| ICoreApiGetNumberOfServicesForPackage Method  | 
            Finds the number of services with specified name for given account and packge. 
            
 
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
SyntaxDictionary<string, int> GetNumberOfServicesForPackage(
	string[] serviceNames,
	string account,
	string package
)
Function GetNumberOfServicesForPackage ( 
	serviceNames As String(),
	account As String,
	package As String
) As Dictionary(Of String, Integer)
Dictionary<String^, int>^ GetNumberOfServicesForPackage(
	array<String^>^ serviceNames, 
	String^ account, 
	String^ package
)
abstract GetNumberOfServicesForPackage : 
        serviceNames : string[] * 
        account : string * 
        package : string -> Dictionary<string, int> 
Parameters
- serviceNames
 - Type: SystemString
Array of service names to search for. - account
 - Type: SystemString
Owner account id. - package
 - Type: SystemString
Owner package id. 
Return Value
Type: 
DictionaryString, 
Int32
            Number of found services by name.
            
See Also