UpsEnvParser.UpsExists Method

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

UpsEnvParserUpsExists Method

Is this UPS in the collection?

Namespace:  BlitzkriegSoftware.PCF.CFEnvParser
Assembly:  BlitzkriegSoftware.PCF.CFEnvParser (in BlitzkriegSoftware.PCF.CFEnvParser.dll) Version: 1.0.0
Syntax
C#
public bool UpsExists(
	string upsName
)

Parameters

upsName
Type: SystemString
Name of UPS

Return Value

Type: Boolean
True if so
See Also