Cloud Foundry User-Provided-Service Parser from VCAP_SERVICES or files
UpsEnvParserUpsKeyExists Method |
Is this UPS Key in the collection?
Namespace: BlitzkriegSoftware.PCF.CFEnvParser
Assembly: BlitzkriegSoftware.PCF.CFEnvParser (in BlitzkriegSoftware.PCF.CFEnvParser.dll) Version: 1.0.0
Syntax
C#
public bool UpsKeyExists( string upsName, string key )
Parameters
- upsName
- Type: SystemString
Name of UPS - key
- Type: SystemString
Key to UPS value
Return Value
Type: BooleanTrue if so
See Also