DdmArrayProperty.Count Property
Gets the number of elements contained in the ICollection<T>.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public int Count { get; }
public:
property int Count {
virtual int get() sealed;
}
Public ReadOnly Property Count As Integer
Property Value
Type: System.Int32
The number of elements contained in the ICollection<T>.
Implements
See Also
DdmArrayProperty Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top