Message.Attachments Property
Gets message attachments.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Collection<MessageAttachment> Attachments { get; private set; }
public:
property Collection<MessageAttachment^>^ Attachments {
virtual Collection<MessageAttachment^>^ get() sealed;
private: virtual void set(Collection<MessageAttachment^>^ value) sealed;
}
Public Property Attachments As Collection(Of MessageAttachment)
Get
Private Set
End Property
Property Value
Type: System.Collections.ObjectModel.Collection<MessageAttachment>
Implements
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top