XmlSyndicationContent.Type 属性

定义

获取 XML 联合内容的类型。Gets the type of the XML syndication content.

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

XML 联合内容类型。The XML syndication content type.

适用于