UpsEnvParser.UpsKeyExists Method

Cloud Foundry Helper Library Parse User-Provided-Services (UPS)

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: Boolean
True if so
See Also