mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 22:44:59 +00:00
11 lines
253 B
C#
11 lines
253 B
C#
namespace pnp.api.contosoorders.Areas.HelpPage.ModelDescriptions
|
|
{
|
|
public class EnumValueDescription
|
|
{
|
|
public string Documentation { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
|
|
public string Value { get; set; }
|
|
}
|
|
} |