API ReferenceSandbox
public class Sandbox.PropertyAttribute : System.Attribute
Constructors
Showing 1 constructors
public PropertyAttribute()
No results match this filter.
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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.PropertyAttribute |