TaskValidationMessage.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.
return the name of the first referenced file, if one exists, otherwise null.
public:
virtual property System::String ^ File { System::String ^ get(); };
public override string File { get; }
member this.File : string
Public Overrides ReadOnly Property File As String