Gets or sets the BlogSettings used when generating syndication results.
Namespace: BlogEngine.Core
Assembly: BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public BlogSettings Settings{ get; protected set;}
Public Property Settings As BlogSettings
public: property BlogSettings^ Settings { BlogSettings^ get (); void set (BlogSettings^ value); }
Field Value
The BlogSettings used when generating syndication results.
Exceptions
| Exception | Condition |
|---|---|
| System..::ArgumentNullException | The value is a null reference (Nothing in Visual Basic). |
See Also
SyndicationGenerator Class
BlogEngine.Core Namespace