IMessage.SenderType Property

 

Gets the sender type and property. This property is only used by senders and has no effect on the message.

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

Syntax

MessageSenderType SenderType { get; }
property MessageSenderType SenderType {
    MessageSenderType get();
}
ReadOnly Property SenderType As MessageSenderType

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageSenderType

See Also

IMessage Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top