SyndicationContent.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
This class contains a number of static helper methods for creating the various types of syndication content: