[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets message attachments

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.ManagementPoint
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
override 
Collection<

MPMessageAttachment> 
Attachments { 
get; }
Public 
Overrides 
ReadOnly 
Property 
Attachments 
As 
Collection(
Of 

MPMessageAttachment)
	
Get
public:
virtual 
property 
Collection<

MPMessageAttachment^>^ 
Attachments {
	
Collection<

MPMessageAttachment^>^ 
get () 
override;
}

See Also