ValidationVisitor.Container Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The container.
protected:
 property System::Object ^ Container { System::Object ^ get(); void set(System::Object ^ value); };
	protected object? Container { get; set; }
	protected object Container { get; set; }
	member this.Container : obj with get, set
	Protected Property Container As Object