Gets the filename of the WMA file.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
Filename 
As 
String
C#
public 
string 
Filename { 
get; }
Visual C++
public:
property 
String^ 
Filename {
	
String^ 
get ();
}
JavaScript
function get_
filename();

See Also