PackageDependencyRank.Default Property

Definition

Gets the default rank value to use to resolve a framework package dependency when using the PackageDependency.Add method.

public:
 static property int Default { int get(); };
static int Default();
public static int Default { get; }
var int32 = PackageDependencyRank.default;
Public Shared ReadOnly Property Default As Integer

Property Value

Int32

int

The default rank value (currently this value is 0).

Remarks

For more information about the rank value, see the remarks for the PackageDependency.Add method.

Applies to