AssemblyInformationalVersionAttribute | CF 1.0 |
System.Reflection (mscorlib.dll) | sealed class |
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; }
}
Hierarchy
System.Object
System.Attribute
AssemblyInformationalVersionAttribute
Valid On
Assembly
|