[ Team LiB ] Previous Section Next Section

AssemblyTitleAttributeCF 1.0

System.Reflection (mscorlib.dll)sealed class

This class is a custom attribute for an assembly title.

public sealed class AssemblyTitleAttribute : Attribute {
// Public Constructors
   public AssemblyTitleAttribute(string title);
// Public Instance Properties
   public string Title{get; }
}

Hierarchy

System.Object System.Attribute AssemblyTitleAttribute

Valid On

Assembly

    [ Team LiB ] Previous Section Next Section