This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Issues.Tap.
                            
 
	
		Summary
	
            Gets the name of the TAP issue provider.
            This name can be used to identify issues based on the 
ProviderType property.
            
Syntax
	public static string TapIssuesProviderTypeName(this ICakeContext context)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakePropertyAliasAttribute |  | 
					
						| CakeAliasCategoryAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | The context. | 
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | Description | 
				
				
					| string | Name of the TAP issue provider. |