Share via


BuildSubmission.SubmissionId Property

Gets or sets an ID uniquely identifying this build submission.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Execution
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public Property SubmissionId As Integer
public int SubmissionId { get; private set; }
public:
property int SubmissionId {
    int get ();
    private: void set (int value);
}
member SubmissionId : int with get, private set
function get SubmissionId () : int 
private function set SubmissionId (value : int)

Property Value

Type: System.Int32
Returns an ID uniquely identifying this build submission.

Remarks

This ID is used to distinguish this build submission from other build submissions within the same build.

.NET Framework Security

See Also

Reference

BuildSubmission Class

Microsoft.Build.Execution Namespace