class AssemblyFileVersionAttribute
in global :: System . Reflection
Instructs a compiler to use a specific version number for the Win32 file version resource. The Win32 file version is not required to be the same as the assembly's version number.
public string Version { get; }
Gets the Win32 file version resource name.
- Returns A string containing the file version resource name.
public object TypeId { get; }
😔 No documentation found.