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

Count of attributes

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

Syntax

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

See Also