BuildResult.BuildRequestDataFlags 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.
Gets the flags that were used in the build request to which these results are associated. See BuildRequestDataFlags for examples of the available flags.
public:
property Nullable<Microsoft::Build::Execution::BuildRequestDataFlags> BuildRequestDataFlags { Nullable<Microsoft::Build::Execution::BuildRequestDataFlags> get(); };
public Microsoft.Build.Execution.BuildRequestDataFlags? BuildRequestDataFlags { get; }
member this.BuildRequestDataFlags : Nullable<Microsoft.Build.Execution.BuildRequestDataFlags>
Public ReadOnly Property BuildRequestDataFlags As Nullable(Of BuildRequestDataFlags)
Property Value
Remarks
Is optional, this property exists starting Microsoft.Build.Execution.BuildResult._version 1.