API ReferenceSandbox
PropertyAttributeclass
Constructors1
Showing 1 constructors
public PropertyAttribute()
No results match this filter.
Properties2
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.
Returns:
string—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.
Returns:
string—No results match this filter.