[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the name of the file that is the source, a null reference if no source has been defined.

Namespace: KvTv.DirectShow.Components
Assembly:   KvTv.DirectShow.Components (in KvTv.DirectShow.Components.dll)

Syntax

Visual Basic (Declaration)
<LocalizableAttribute(False)> _
Public Property FileName As String
C#
[LocalizableAttribute(false)]
public string FileName { get; set; }
Visual C++
[LocalizableAttribute(false)]
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}

Exceptions

ExceptionCondition
System.InvalidOperationExceptionThe value is changed after the graph has been Render()ed.