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