[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the number of elements contained in the ICollection < (Of < ( <' T > ) > ) > .

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
int 
Count { 
get; }
Public 
ReadOnly 
Property 
Count 
As 
Integer
	
Get
public:
virtual 
property 
int 
Count {
	
int 
get () 
sealed;
}

Return Value

The number of elements contained in the ICollection < (Of < ( <' T > ) > ) > .

Implements

ICollection < (Of < ( <' T > ) > ) > . . :: . . Count

See Also