[This is preliminary documentation and is subject to change.]
            The free form Notes that is used for the client.
            
    Namespace: 
   OfficeClip.BusinessLayer.ProjectsAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public string Notes { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property Notes As String  | 
| Visual C++ | 
|---|
public: property String^ Notes { String^ get (); void set (String^ value); }  | 
