TitleAttributeclass

Sets the title or a "nice name" of a type or a type member. This info can then be retrieved via DisplayInfo library.

objectAttributeTitleAttribute
Namespace
global
Assembly
Sandbox.System
Declaration
public class TitleAttribute : System.Attribute

Constructors1

Showing 1 constructors

public TitleAttribute(string value)PUBLICCONSTRUCTOR

ParameterTypeDescription
valuestring

Properties1

Showing 1 properties

public virtual sealed string TitleAttribute.Value { get; set; }PUBLICVIRTUALGETSET

Returns:string

On this page