Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
IAudioData Data { get; set; }
Property Data As IAudioData
	Get
	Set
property IAudioData^ Data {
	IAudioData^ get ();
	void set (IAudioData^ value);
}
abstract Data : IAudioData with get, set

Property Value

IAudioData

See Also