WebAuthenticationService.DomainContextType 属性
获取或设置域上下文的类型。
命名空间: System.ServiceModel.DomainServices.Client.ApplicationServices
程序集: System.ServiceModel.DomainServices.Client.Web(在 system.servicemodel.domainservices.client.web.dll 中)
用法
用法
Dim instance As WebAuthenticationService
Dim value As String
value = instance.DomainContextType
instance.DomainContextType = value
语法
声明
Public Property DomainContextType As String
public string DomainContextType { get; set; }
public:
property String^ DomainContextType {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DomainContextType ()
/** @property */
public void set_DomainContextType (String value)
public function get DomainContextType () : String
public function set DomainContextType (value : String)
属性值
域上下文的类型。
异常
异常类型 | 条件 |
---|---|
InvalidOperationException | 服务已启动。 |
备注
如果在启动此服务时未设置 DomainContext,则 WebAuthenticationService 类对由 DomainContextType 指定的上下文进行实例化。在确定类型时,此属性作为在应用程序程序集中类型的全名处理。如果初始搜索未返回有效的类型,则该字符串作为程序集类型的限定名称处理。
线程安全
此类型的任何公共静态(在 Visual Basic 中为 共享)成员都是线程安全的。不保证所有实例成员都是线程安全的。
平台
开发平台
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000
目标平台
另请参见
参考
WebAuthenticationService 类
WebAuthenticationService 成员
System.ServiceModel.DomainServices.Client.ApplicationServices 命名空间