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

Denotes the property returns a StatusMessageProperty[] of values.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
[
AttributeUsageAttribute(
AttributeTargets.Property)]
public 
sealed 
class 

StatusMessagePropertyCollectionAttribute : 
Attribute
<
SerializableAttribute> _
<
AttributeUsageAttribute(
AttributeTargets.Property)> _
Public 
NotInheritable 
Class 

StatusMessagePropertyCollectionAttribute _
	
Inherits 
Attribute
[
SerializableAttribute]
[
AttributeUsageAttribute(
AttributeTargets::Property)]
public 
ref class 

StatusMessagePropertyCollectionAttribute 
sealed : 
public 
Attribute

Members

                             
  All Members     Constructors      Properties      Methods      Explicit Interface Implementations   

Inheritance Hierarchy

System . . :: . . Object
   System . . :: . . Attribute
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . StatusMessagePropertyCollectionAttribute

See Also