다음을 통해 공유


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 내용입니다.

적용 대상