次の方法で共有


ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_WORKSPACE_URL プロパティ

プロジェクト サイトの URL は、ホスト サーバー上のプロジェクトに関連付けられているかを指定します。

名前空間:  WebSvcWssInterop
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Property PROJECT_WORKSPACE_URL As String
    Get
    Set
'使用
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As String

value = instance.PROJECT_WORKSPACE_URL

instance.PROJECT_WORKSPACE_URL = value
public string PROJECT_WORKSPACE_URL { get; set; }

プロパティ値

型: System.String

関連項目

参照先

ProjectWSSInfoDataSet.ProjWssInfoRow クラス

ProjectWSSInfoDataSet.ProjWssInfoRow メンバー

WebSvcWssInterop 名前空間