你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WindowsElement 类

定义

表示服务总线配置的 windows 元素。

public class WindowsElement : System.Configuration.ConfigurationElement
type WindowsElement = class
    inherit ConfigurationElement
Public Class WindowsElement
Inherits ConfigurationElement
继承
WindowsElement

属性

Domain

获取或设置域。

Password

获取或设置密码。

Properties

获取或设置配置属性的集合。

StsUris

获取或设置 STS) URI (安全令牌服务的集合。

UseDefaultCredentials

获取或设置一个值,该值指示是否使用默认凭据。

UserName

获取或设置用户名。

方法

CopyFrom(WindowsElement)

将指定的 windows 元素复制到当前实例中。

适用于