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

Maximum total file size in bytes

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

Syntax

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

See Also