PropertyAttributeclass

objectAttributePropertyAttribute
Namespace
Sandbox
Assembly
Sandbox.System
Declaration
public class Sandbox.PropertyAttribute : System.Attribute

Constructors1

Showing 1 constructors

public PropertyAttribute()PUBLICCONSTRUCTOR

Properties2

Showing 2 properties

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

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; }PUBLICGETSET

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

Returns:string

On this page