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

The count of objects in parameters. Set does not actually do anything, it's only there for XML serialization purposes. If you want to override the count, use OverloadedCount.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
int 
Count { 
get; 
set; }
Public 
Property 
Count 
As 
Integer
	
Get
	
Set
public:
property 
int 
Count {
	
int 
get ();
	
void 
set (
int 
value);
}

See Also