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; } |