FileExtensionsAttribute.Extensions Property

Definition

Gets or sets the file name extensions.

public:
 property System::String ^ Extensions { System::String ^ get(); void set(System::String ^ value); };
public string Extensions { get; set; }
member this.Extensions : string with get, set
Public Property Extensions As String

Property Value

The file name extensions, or the default file extensions (".png", ".jpg", ".jpeg", and ".gif") if the property is not set.

Applies to