Class FileVersion
Inheritance
System.Object
FileVersion
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 |
|