FederationConfiguration.CustomElement 属性

定义

获取或设置此配置中存在的自定义 XML 元素(如有)。

public:
 property System::Xml::XmlElement ^ CustomElement { System::Xml::XmlElement ^ get(); void set(System::Xml::XmlElement ^ value); };
public System.Xml.XmlElement CustomElement { get; set; }
member this.CustomElement : System.Xml.XmlElement with get, set
Public Property CustomElement As XmlElement

属性值

自定义 XML 元素。

适用于