PackageDependencyRank.Default 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.
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.