Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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