August 2003
Intermediate to advanced
928 pages
32h 1m
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 AssemblyInformationalVersionAttribute(string informationalVersion);
// Public Instance Properties
public string InformationalVersion{get; }
}
System.Object
→
System.Attribute
→
AssemblyInformationalVersionAttribute
Assembly