ErrorItem.FileName Property

Definition

Gets the full path and name of the object's file.

public:
 property System::String ^ FileName { System::String ^ get(); };
public:
 property Platform::String ^ FileName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(5)]
public string FileName { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.FileName : string
Public ReadOnly Property FileName As String

Property Value

A string representing the full path and name of the object's file.

Attributes

Applies to