Api Sandbox PropertyAttribute
class

PropertyAttribute

public class PropertyAttribute : Attribute

Constructors

PropertyAttribute()

Properties

Name Type Description
Name String The internal name of this property. This should be lowercase with no spaces. If unset the lowercased C# variable name is used.
Title String The user friendly name of this property. If unset, it will be auto generated from C# variable name.
Assembly: Sandbox.System Namespace: Sandbox Full Name: Sandbox.PropertyAttribute