Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject
An example of an obsolete property.
[Obsolete]
public string Property3 { get; }
string
If a member is marked as obsolete using ObsoleteAttribute a warning is included in the generated documentation.
Documentation generated by MdDocs