次の方法で共有


ClientCodeGenerationOptions.ServerProjectPath プロパティ

サーバーのプロジェクト ファイルの完全パスを取得または設定します。

名前空間: Microsoft.ServiceModel.DomainServices.Tools
アセンブリ: Microsoft.ServiceModel.DomainServices.Tools (microsoft.servicemodel.domainservices.tools.dll 内)

使用方法

'使用
Dim instance As ClientCodeGenerationOptions
Dim value As String

value = instance.ServerProjectPath

instance.ServerProjectPath = value

構文

'宣言
Public Property ServerProjectPath As String
public string ServerProjectPath { get; set; }
public:
property String^ ServerProjectPath {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_ServerProjectPath ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ServerProjectPath (String value)
CompilerGeneratedAttribute 
public function get ServerProjectPath () : String

CompilerGeneratedAttribute 
public function set ServerProjectPath (value : String)

プロパティ値

サーバーのプロジェクト ファイルの完全パスを格納している値。

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000

ターゲット プラットフォーム

参照

リファレンス

ClientCodeGenerationOptions クラス
ClientCodeGenerationOptions のメンバー
Microsoft.ServiceModel.DomainServices.Tools 名前空間