PipeTypesMap

The map of pipe names to their types
Namespace: Pipes.PlumbingAssembly: Pipes in (Pipes.dll)

Syntax

C#
protected ConcurrentDictionary<string, string> PipeTypesMap {
	get;
	set;
	}