[DisplayProperty]
Support Types
Type
Description
Examples
[SerializeProperty]
public int MyProperty { get; set; }
[SerializeProperty]
public string Name
{
get => name;
set => name = value;
}Last updated
[SerializeProperty]
public int MyProperty { get; set; }
[SerializeProperty]
public string Name
{
get => name;
set => name = value;
}Last updated