Class AuthorAttribute
Sets the author of the element.
Implements
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Module|AttributeTargets.Class|AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property, AllowMultiple = true)]
[Serializable]
public sealed class AuthorAttribute : TextAttribute, IValueAttribute<string>
Constructors
| Edit this page View SourceAuthorAttribute(string)
Sets the author of the element.
Declaration
public AuthorAttribute(string attrValue)
Parameters
Type | Name | Description |
---|---|---|
string | attrValue | Value of the attribute. |