CcmMessage.Sender Property
Gets the sender instance.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
protected CcmSender Sender { get; }
protected:
property CcmSender^ Sender {
CcmSender^ get();
}
Protected ReadOnly Property Sender As CcmSender
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm.CcmSender
See Also
CcmMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top