InventoryMessage.MessageType Property
Gets or sets the message type.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string MessageType { get; set; }
public:
property String^ MessageType {
String^ get();
void set(String^ value);
}
Public Property MessageType As String
Property Value
Type: System.String
See Also
InventoryMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top