Redmine Client Library
PercentDone Property
NamespacesNohal.RedmineIssuePercentDone
Redmine Client Library

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

Gets or sets Percentual value of the issue completion
Declaration Syntax
C#Visual BasicVisual C++
public int PercentDone { get; set; }
Public Property PercentDone As Integer
public:
property int PercentDone {
	int get ();
	void set (int value);
}

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