BuildEventContext.ProjectInstanceId 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.
Retrieves the project instance id.
public:
property int ProjectInstanceId { int get(); };
public int ProjectInstanceId { get; }
public int ProjectInstanceId { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ProjectInstanceId : int
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ProjectInstanceId : int
Public ReadOnly Property ProjectInstanceId As Integer
Property Value
- Attributes