Gets all tags

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

Syntax

C#
public IDictionary<int, Tag> AllTags { get; internal set; }
Visual Basic (Declaration)
Public Property AllTags As IDictionary(Of Integer, Tag)
Visual C++
public:
property IDictionary<int, Tag^>^ AllTags {
	IDictionary<int, Tag^>^ get ();
	void set (IDictionary<int, Tag^>^ value);
}

See Also