StateMessageUserParameters.Count Property

 

Gets the count of objects in the parameters. Set is present only for XML serialization purposes, and does not perform any actions. To override the count, use OverloadedCount.

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

Syntax

public int Count { get; set; }
public:
property int Count {
    int get();
    void set(int value);
}
Public Property Count As Integer

Property Value

Type: System.Int32

See Also

StateMessageUserParameters Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top