Gets the relation

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

Syntax

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

See Also