Table of Contents

Class MessageAttribute

Namespace
Glitch9
[AttributeUsage(AttributeTargets.All, Inherited = false, AllowMultiple = true)]
public class MessageAttribute : Attribute
Inheritance
MessageAttribute
Inherited Members
Extension Methods

Constructors

MessageAttribute(string)

public MessageAttribute(string message)

Parameters

message string

Properties

Message

public string Message { get; }

Property Value

string