Gets or sets the HardwareInfo.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[XmlAttributeAttribute] [DataMemberAttribute(Order = )] public string HardwareInfo { get; set; }
<XmlAttributeAttribute> _ <DataMemberAttribute(Order := )> _ Public Property HardwareInfo As String
[XmlAttributeAttribute] [DataMemberAttribute(Order = )] public: property String^ HardwareInfo { String^ get (); void set (String^ value); }