Show / Hide Table of Contents

Class FileVersion

Inheritance
System.Object
FileVersion
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FileVersion : object

Properties

ApplicationName

Declaration
public string ApplicationName { get; set; }
Property Value
Type Description
System.String

BuildNumber

Declaration
public string BuildNumber { get; set; }
Property Value
Type Description
System.String

CodeName

Declaration
public Guid? CodeName { get; set; }
Property Value
Type Description
System.Nullable<Guid>

LastEditedVersion

Declaration
public string LastEditedVersion { get; set; }
Property Value
Type Description
System.String

LowestEditedVersion

Declaration
public string LowestEditedVersion { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX