StandardTableColumnDefinitions.ProjectRank Field
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.
Column used to display the entry's project rank.
public: System::String ^ ProjectRank;
std::wstring ProjectRank;
public const string ProjectRank;
val mutable ProjectRank : string
Public Const ProjectRank As String
Field Value
Remarks
This column uses the ProjectGuid to determine the project's rank.
Projects with a rank 1 do not depend on any other projects. Projects with a rank of 2 depend on one or more projects with a rank of 1, etc..