CSSearchableItemAttributeSet.GeneralMidiSequence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a number with Boolean semantics that indicates whether the MIDI sequence in a file is set up for use with general MIDI devices.
public virtual Foundation.NSNumber GeneralMidiSequence { [Foundation.Export("isGeneralMIDISequence", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setGeneralMIDISequence:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.GeneralMidiSequence : Foundation.NSNumber with get, set
Property Value
1
indicates that the sequence is set up for general MIDI devices. 0
indicates that it is not.
This value can be null
.
- Attributes