  | RackConfigurationElementPattern Property | 
            Gets or sets the pattern used to identify nodes of this rack.
            
Namespace: Ookii.Jumbo.TopologyAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic string Pattern { get; set; }Public Property Pattern As String
	Get
	Set
public:
property String^ Pattern {
	String^ get ();
	void set (String^ value);
}member Pattern : string with get, set
Property Value
String
See Also