KeyInfoNode.Value Property

Definition

Gets or sets the XML content of the current KeyInfoNode.

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

Property Value

The XML content of the current KeyInfoNode.

Applies to