CollectedFileSum Class
Provides the number of collected files.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.InventoryReportBodyElement
Microsoft.ConfigurationManagement.Messaging.Messages.CollectedFileSum
Syntax
[SerializableAttribute]
public sealed class CollectedFileSum : InventoryReportBodyElement
[SerializableAttribute]
public ref class CollectedFileSum sealed : InventoryReportBodyElement
<SerializableAttribute>
Public NotInheritable Class CollectedFileSum
Inherits InventoryReportBodyElement
Constructors
Name | Description | |
---|---|---|
CollectedFileSum() | Initializes a new instance of the CollectedFileSum class. |
|
CollectedFileSum(Int32) | Initializes a new instance of the CollectedFileSum class. |
Properties
Name | Description | |
---|---|---|
FileCount | Gets or sets the count of the collected files. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top