March 2002
Intermediate to advanced
864 pages
31h 8m
English
AssemblyInformationalVersionAttribute
This custom attribute allows a version number to be stored. This stored version is purely for documentation, and is not used by the runtime.
public sealed class AssemblyInformationalVersionAttribute : Attribute { // Public Constructors public method AssemblyInformationalVersionAttribute( string informationalVersion); // Public Instance Properties public field string InformationalVersion{get; } }
System.Object→System.Attribute→AssemblyInformationalVersionAttribute
Assembly