Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 705 Bytes

File metadata and controls

33 lines (22 loc) · 705 Bytes

DemoClass.Property3 Property

⚠️ Warning: This API is obsolete.

Declaring Type: DemoClass
Namespace: DemoProject
Assembly: DemoProject

An example of an obsolete property.

[Obsolete]
public string Property3 { get; }

Property Value

string

Remarks

If a member is marked as obsolete using ObsoleteAttribute a warning is included in the generated documentation.


Documentation generated by MdDocs