Initialize a new instance of Note

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public Note(
	int noteId
)
Visual Basic (Declaration)
Public Sub New ( _
	noteId As Integer _
)
Visual C++
public:
Note(
	int noteId
)

Parameters

noteId
Type: System..::.Int32
The note ID

See Also