SyndicationContent.Type Property

Definition

Gets the syndication content type.

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

Property Value

The name of the type of syndication content.

Remarks

This property is abstract, so it must be accessed on an instance of a syndication content type (a class derived from SyndicationContent). The .NET Framework defines the following syndication content types:

Applies to