StatusMessageGenerator.GetPropertyType Method (String)
Gets the CimType for a property. When this class sends a status message to the management point, it always sends the message as an object without any validation. The user of this class must verify type correctness.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public CimType GetPropertyType(
string propertyName
)
public:
CimType GetPropertyType(
String^ propertyName
)
Public Function GetPropertyType (
propertyName As String
) As CimType
Parameters
propertyName
Type: System.StringThe name of the property.
Return Value
Type: System.Management.CimType
See Also
StatusMessageGenerator Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top