AdhocMessage.SetSenderType Method (MessageSenderType)
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