FederationConfiguration.CustomElement Propriedade
Definição
Obtém ou define o elemento XML personalizado, se houver, nessa configuração.Gets or sets the custom XML element, if any, present in this configuration.
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
Valor da propriedade
O elemento XML personalizado.The custom XML element.