Breakpoint3.File Property

Definition

Gets the name of the file in which the breakpoint is contained.

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

Property Value

A string that contains the name of the file in which the breakpoint is contained.

Implements

Attributes

Remarks

See File.

Applies to