ServiceCredentialsElement.UseIdentityConfiguration 属性

定义

获取或设置指示服务凭据元素是否使用标识配置的值。

public:
 property bool UseIdentityConfiguration { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("useIdentityConfiguration", DefaultValue=false, IsRequired=false)]
public bool UseIdentityConfiguration { get; set; }
[<System.Configuration.ConfigurationProperty("useIdentityConfiguration", DefaultValue=false, IsRequired=false)>]
member this.UseIdentityConfiguration : bool with get, set
Public Property UseIdentityConfiguration As Boolean

属性值

Boolean

如果服务凭据元素使用标识配置,则为 true;否则为 false

属性

适用于