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)

属性值

一个值,其中包含服务器的项目文件的完整路径。

线程安全

此类型的任何公共静态(在 Visual Basic 中为 共享)成员都是线程安全的。不保证所有实例成员都是线程安全的。

平台

开发平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000

目标平台

另请参见

参考

ClientCodeGenerationOptions 类
ClientCodeGenerationOptions 成员
Microsoft.ServiceModel.DomainServices.Tools 命名空间