| SourceGetCap Method (String) | 
            Gets the capability of the given name.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Capability GetCap(
	string capName
)
Public Function GetCap ( 
	capName As String
) As Capability
public:
Capability^ GetCap(
	String^ capName
)
member GetCap : 
        capName : string -> Capability 
Parameters
- capName
 - Type: SystemString
The cap name 
Return Value
Type: 
Capabilitythe capability of the given name or null if not found.
See Also