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.
Sets the sender type for a message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void SetSenderType(
MessageSenderType sender
)
public:
void SetSenderType(
MessageSenderType sender
)
Public Sub SetSenderType (
sender As MessageSenderType
)
Parameters
sender
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageSenderTypeThe sender type.
See Also
AdhocMessage Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top