s&box docs

public class Sandbox.PropertyAttribute : System.Attribute

Constructors

Showing 1 constructors

public PropertyAttribute()

Properties

Showing 2 properties

public string Sandbox.PropertyAttribute.Name { get; set; }

The internal name of this property. This should be lowercase with no spaces. If unset the lowercased C# variable name is used.

public string Sandbox.PropertyAttribute.Title { get; set; }

The user friendly name of this property. If unset, it will be auto generated from C# variable name.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.PropertyAttribute

On this page