Partager via


FileCollectionMessage.MessageType Property

 

Gets or sets the message type. This value should not be changed.

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

FileCollectionMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace

Return to top