PolicyEvaluationRecord.ArtifactId 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.
A string which uniquely identifies the target of a policy evaluation.
[System.Runtime.Serialization.DataMember]
public string ArtifactId { get; set; }
member this.ArtifactId : string with get, set
Public Property ArtifactId As String
Property Value
- Attributes
Remarks
To generate an artifact ID for a pull request, use this template:
vstfs:///CodeReview/CodeReviewId/{projectId}/{pullRequestId}