IMessage.Attachments Property
Gets message attachments.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
Collection<MessageAttachment> Attachments { get; }
property Collection<MessageAttachment^>^ Attachments {
Collection<MessageAttachment^>^ get();
}
ReadOnly Property Attachments As Collection(Of MessageAttachment)
Property Value
Type: System.Collections.ObjectModel.Collection<MessageAttachment>
See Also
IMessage Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top