ResourceRevision Property
The current revision of the file.
Syntax
[VB.NET] Public Property ResourceRevision As String
[C#] public string ResourceRevision {get; set;}
Remarks
This property holds the revision of the file specified by ResourceIndex. This can be used to detect changes and avoid conflicts. This value is also used when calling RestoreResource.
This property is not available at design time.
Default Value
""