'Declaration
Public Property UseFileBeatsMarker As ImGearXMPBoolean
'Usage
Dim instance As ImGearXMPBeatSpliceStretch
Dim value As ImGearXMPBoolean
instance.UseFileBeatsMarker = value
value = instance.UseFileBeatsMarker
public ImGearXMPBoolean UseFileBeatsMarker {get; set;}
public: __property ImGearXMPBoolean* get_UseFileBeatsMarker();
public: __property void set_UseFileBeatsMarker(
ImGearXMPBoolean* value
);
public:
property ImGearXMPBoolean^ UseFileBeatsMarker {
ImGearXMPBoolean^ get();
void set ( ImGearXMPBoolean^ value);
}