LiveDevice.Token Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Internal Use only
public:
property System::Xml::XmlNode ^ Token { System::Xml::XmlNode ^ get(); void set(System::Xml::XmlNode ^ value); };
public System.Xml.XmlNode Token { get; set; }
member this.Token : System.Xml.XmlNode with get, set
Public Property Token As XmlNode