SyndicationItemProperty Enum
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.
Enumeration type used to identify the syndication item element.
public enum class SyndicationItemProperty
public enum SyndicationItemProperty
type SyndicationItemProperty =
Public Enum SyndicationItemProperty
- Inheritance
Fields
Name | Value | Description |
---|---|---|
CustomProperty | 0 | Custom property element. |
AuthorEmail | 1 | Author email element. |
AuthorName | 2 | Author name element. |
AuthorUri | 3 | Author URI element. |
ContributorEmail | 4 | Contributor email element. |
ContributorName | 5 | Contributor name element. |
ContributorUri | 6 | Contributor URI element. |
Updated | 7 | Updated element. |
Published | 8 | Published resource element. |
Rights | 9 | Rights protected resource element. |
Summary | 10 | Summary element. |
Title | 11 | Title element. |
Remarks
The values of this enumeration are used when defining custom feeds for WCF Data Services.