Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the sender type for a message. This property is only used for reference by senders and has no effect on the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageSenderType SenderType { get; protected set; }
public:
property MessageSenderType SenderType {
virtual MessageSenderType get() sealed;
protected: virtual void set(MessageSenderType value) sealed;
}
Public Property SenderType As MessageSenderType
Get
Protected Set
End Property
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageSenderType
Implements
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top