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

Encapsulates state sender IDs

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
StateMessageSenderId
<
SerializableAttribute> _
Public 
Enumeration 
StateMessageSenderId
[
SerializableAttribute]
public 
enum class 
StateMessageSenderId

Members

Member Description
SmsId
Sender is an SMSID
Mac
Sender is a MAC address
Component
Sender is a component
ServerRole
Sender is a server role

See Also