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