BuildMessage.File Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Filename (optional) for source location of the issue
public:
property System::String ^ File { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ File { Platform::String ^ get(); void set(Platform::String ^ value); };
public string File { get; set; }
public string? File { get; set; }
member this.File : string with get, set
Public Property File As String