[This is preliminary documentation and is subject to change.]
            Construct a note object from the note id
            
    Namespace: 
   OfficeClip.BusinessLayer.ServiceAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public OCNote( int noteId )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ noteId As Integer _ )  | 
| Visual C++ | 
|---|
public: OCNote( int noteId )  | 
Parameters
- noteId
 - Type: System..::.Int32
The unique id of the note 
