Redmine Client Library
Watchers Property
NamespacesNohal.RedmineIssueWatchers
Redmine Client Library

[This is preliminary documentation and is subject to change.]

Gets or sets the users watching this issue
Declaration Syntax
C#Visual BasicVisual C++
public List<User> Watchers { get; set; }
Public Property Watchers As List(Of User)
public:
property List<User^>^ Watchers {
	List<User^>^ get ();
	void set (List<User^>^ value);
}

Assembly: Nohal.Redmine (Module: Nohal.Redmine) Version: 0.3.3442.16736 (0.3.0.0)