共用方式為


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 內容。

適用於