Share via


KeyInfoNode.Value 属性

定义

获取或设置当前 KeyInfoNode 的 XML 内容。

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

属性值

当前 KeyInfoNode 的 XML 内容。

适用于