PackageProperties.ContentType Propriedade

Definição

Quando substituído em uma classe derivada, obtém ou define um valor que representa o tipo de conteúdo contido em Package.When overridden in a derived class, gets or sets a value that represents the type of content that is contained in the Package.

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

Valor da propriedade

String

O tipo de conteúdo contido no Package .The type of content that is contained in the Package.

Comentários

ContentTypeOs valores de exemplo incluem "whitepaper", "Boletim de segurança" e "exame".Example ContentType values include "Whitepaper", "Security Bulletin", and "Exam".

Essa ContentType propriedade é distinta de tipos de conteúdo MIME (Multipurpose Internet Mail Extensions), conforme definido no RFC 2616.This ContentType property is distinct from Multipurpose Internet Mail Extensions (MIME) content types as defined in RFC 2616.

Aplica-se a

Confira também