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

WARNING: The count attribute that's serialized to XML is a real count from the contents of the internal array of parameters. Only overload it using this property if you're testing security or negative scenarios. Don't change this unless you know what you're doing.

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

Syntax

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

See Also