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 size of the file.
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
SoftwareFileInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top