PackageProperties.ContentType Propriedade
Definição
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
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.