FileCollectionAction.MaxTotalFileSize Property
Gets or sets the maximum total file size, in bytes.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public long MaxTotalFileSize { get; set; }
public:
property long long MaxTotalFileSize {
long long get();
void set(long long value);
}
Public Property MaxTotalFileSize As Long
Property Value
Type: System.Int64
See Also
FileCollectionAction Class
Microsoft.ConfigurationManagement.Messaging.Messages.Ccm Namespace
Return to top