Gets the container

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IpernityObject Container { get; internal set; }
Visual Basic (Declaration)
Public Property Container As IpernityObject
Visual C++
public:
property IpernityObject^ Container {
	IpernityObject^ get ();
	void set (IpernityObject^ value);
}

See Also