ImageAttributeMetadata.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 allowable size (in kilobytes) of the stored image.
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 30MB in length, and defaults to 10MB.
- Attributes