Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<ObsoleteAttribute("The Filename property has been deprecated. Please use the Path property instead.",  _
	False)> _
Public ReadOnly Property Filename As String
	Get
C#
[ObsoleteAttribute("The Filename property has been deprecated. Please use the Path property instead.", 
	false)]
public string Filename { get; }

Version Information

.NET Compact Framework

Obsolete (compiler warning) in 3.9, 3.5

See Also