the last change that was done to this file

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<DataMember()> _ 
<PropertyExpression("LastChangeType", ReturnAs = typeof(string))> _ 
Public last_change_type As FileChangeType
This language is not supported or no code example is available.
[DataMember()] 
[PropertyExpression("LastChangeType", ReturnAs = typeof(string))] 
public FileChangeType last_change_type
This language is not supported or no code example is available.
[DataMember()] 
[PropertyExpression("LastChangeType", ReturnAs = typeof(string))] 
public:  
FileChangeType last_change_type;
This language is not supported or no code example is available.
public  
DataMember() 
PropertyExpression("LastChangeType", ReturnAs = typeof(string)) 
last_change_type : FileChangeType
This language is not supported or no code example is available.

Field Value

Type: FileChangeType

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1