[This is preliminary documentation and is subject to change.]
            Percentage of the Project completed.
            
    Namespace: 
   OfficeClip.BusinessLayer.ProjectsAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public double PercentCompleted { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property PercentCompleted As Double  | 
| Visual C++ | 
|---|
public: property double PercentCompleted { double get (); void set (double value); }  | 
