Share via


InventoryInstanceElementFileSystemFile.Size Property

 

Gets or sets the file size, in bytes.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public long Size { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property long long Size {
    long long get();
    void set(long long value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property Size As Long

Property Value

Type: System.Int64

See Also

InventoryInstanceElementFileSystemFile Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top