SoundPlayer::Tag Property

 

Gets or sets the Object that contains data about the SoundPlayer.

Namespace:   System.Media
Assembly:  System (in System.dll)

public:
property Object^ Tag {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

An Object that contains data about the SoundPlayer.

.NET Framework
Available since 2.0
Return to top
Show: