Gets or sets the tags

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

Syntax

C#
public List<string> Tags { get; private set; }
Visual Basic (Declaration)
Public Property Tags As List(Of String)
Visual C++
public:
property List<String^>^ Tags {
	List<String^>^ get ();
	void set (List<String^>^ value);
}

See Also