FederationConfigurationElement.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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
,则当前元素是默认的联合配置。