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

Size of the file

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
long 
FileSize { 
get; 
set; }
Public 
Property 
FileSize 
As 
Long
	
Get
	
Set
public:
property 
long long 
FileSize {
	
long long 
get ();
	
void 
set (
long long 
value);
}

See Also