共用方式為


UrlSyndicationContent.Type 屬性

定義

取得 UrlSyndicationContent 的內容類型。

public:
 virtual property System::String ^ Type { System::String ^ get(); };
public override string Type { get; }
member this.Type : string
Public Overrides ReadOnly Property Type As String

屬性值

String

UrlSyndicationContent 的內容類型。

備註

內容類型可以設定為 RFC 2046中所定義的任何已知 MIME 類型值。

適用於