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

Gets the CimType for the property. When sending the status message to the MP, it always sends as an object without any validation. It's up to the user of this class to verify type correctness.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
CimType 
GetPropertyType(
	
string 
propertyName
)
Public 
Function 
GetPropertyType ( _
	
propertyName 
As 
String _
) 
As 
CimType
public:
CimType 
GetPropertyType(
	
String^ 
propertyName
)

Parameters

propertyName
String

See Also