[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

WMI property and value structure

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
WmiPropertyAndValues
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
WmiPropertyAndValues
[
SerializableAttribute]
public 
ref class 
WmiPropertyAndValues 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
WmiPropertyAndValues () () () ()
Initializes a new instance of the WmiPropertyAndValuesclass. Custom Data Class to house 1 property, and all its values, for generating Inventory
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
PropertyName
PropertyName is the single string value referencing the name of the property
PropertyValues
PropertyValues is a List String of all Values for the specific property
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . WmiPropertyAndValues

See Also