IPackageIdentifier Interface

Represents a generic package identifier suitable to uniquely identify most types of ProGet packages.

Inheritance Hierarchy

Syntax

public interface IPackageIdentifier

Properties

Name Description
FromConnector

Gets a value indicating whether this package is from a remote connector.

Group

Gets the group or namespace of the package.

LocallyStored

Gets a value indicating whether this package is stored in this ProGet instance.

Name

Gets the name or ID of the package.

Version

Gets the version of the package.