StandardTableColumnDefinitions.ProjectRank Field

Definition

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

Applies to