Share via


FileAttribute.ContentType Propiedad

Definición

Obtiene o establece el tipo de contenido del archivo que está almacenado o lo estará en el futuro.

public:
 property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string ContentType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ContentType : string with get, set
Public Property ContentType As String

Valor de propiedad

Cadena que representa el tipo de contenido.

Atributos

Se aplica a