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

File size in bytes

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
long 
Size { 
get; 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
Size 
As 
Long
	
Get
	
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 
long long 
Size {
	
long long 
get ();
	
void 
set (
long long 
value);
}

See Also