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 要素。

適用対象