FederationConfigurationElement.Name 属性

定义

获取或设置 name 特性。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
member this.Name : string with get, set
Public Property Name As String

属性值

此联合配置元素的名称。

属性

注解

属性 name 设置要与此 <federationConfiguration> 元素关联的名称。 Name如果 属性为 null,则当前元素是默认的联合配置。

适用于

另请参阅