PlannerSolutionDataSet.SolutionsRow.ANALYSIS_NAME プロパティ
分析に基づいて、プランナー ソリューションの名前を取得します。
名前空間: WebSvcPortfolioAnalyses
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property ANALYSIS_NAME As String
Get
Set
'使用
Dim instance As PlannerSolutionDataSet.SolutionsRow
Dim value As String
value = instance.ANALYSIS_NAME
instance.ANALYSIS_NAME = value
public string ANALYSIS_NAME { get; set; }
プロパティ値
型: System.String
String を返します。
関連項目
参照先
PlannerSolutionDataSet.SolutionsRow クラス