Click or drag to resize

NoteID Property

Gets or sets note ID of the note.

Namespace: GSF.Media.Music
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public string ID { get; set; }
View Source

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullExceptionnoteID is null.
ArgumentExceptionInvalid note ID format - expected "Note + Octave + S?" (e.g., A2 or C5S).
See Also