FileAttributeMetadata.MaxSizeInKB Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum size (in kilobytes) of the file.
public:
property Nullable<int> MaxSizeInKB { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? MaxSizeInKB { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxSizeInKB : Nullable<int> with get, set
Public Property MaxSizeInKB As Nullable(Of Integer)
Property Value
Attributes of this type can be up to 10,485,760 (10GB) in length, and defaults to 32,768 (32MB) if not specified.
- Attributes