StateMessageUserParameters.OverloadedCount Property
Overloads the count of objects in the parameters.
IMPORTANT: The count attribute that is serialized to XML is a real count from the contents of the internal array of parameters. Only overload Count by using this property if you're testing security or negative scenarios. Use caution when you change this value.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int OverloadedCount { get; set; }
public:
property int OverloadedCount {
int get();
void set(int value);
}
Public Property OverloadedCount As Integer
Property Value
Type: System.Int32
See Also
StateMessageUserParameters Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top