[ObsoleteAttribute("Property is deprecated. Please use FilePath instead.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public string? FileName { get; set; }
<ObsoleteAttribute("Property is deprecated. Please use FilePath instead.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Property FileName As String
Get
Set
public:
[ObsoleteAttribute(L"Property is deprecated. Please use FilePath instead.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property String^ FileName {
String^ get ();
void set (String^ value);
}
function get_FileName();
function set_FileName(value);