ArtifactIdNamePair public class ArtifactIdNamePair Represents a pair of ArtifactID and Name properties. Documentation public int ArtifactID { get; set; } Gets or sets the artifact ID. public string Name { get; set; } Gets or sets the name. public ArtifactIdNamePair()