|
NoteEndTimeIndex Property
|
Gets or sets end time index for this note.
Namespace: GSF.Media.MusicAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.248-beta
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public long EndTimeIndex { get; set; }
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property EndTimeIndex As Long
Get
Set
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
property long long EndTimeIndex {
long long get ();
void set (long long value);
}
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member EndTimeIndex : int64 with get, set
function get_EndTimeIndex();
function set_EndTimeIndex(value);
View SourceProperty Value
Int64
RemarksThis is typically assigned and used by host
Song
See Also