Share via


MediaFile.FileName Property

Gets the filename of the source.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property FileName As String
'Usage
Dim instance As MediaFile
Dim value As String

value = instance.FileName
public abstract string FileName { get; }
public:
virtual property String^ FileName {
    String^ get () abstract;
}
/** @property */
public abstract String get_FileName ()
public abstract function get FileName () : String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

MediaFile Class
MediaFile Members
Microsoft.Expression.Encoder Namespace