Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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