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