FileAttributeMetadata.MaxSizeInKB Property

Definition

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

Applies to