Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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