This document is archived and information here might be outdated. Recommended version. |
Backup information.
[Visual Basic .NET]
Public Sub GetProperties ( _
ByRef Owner As String, _
ByRef creationDate As Object, _
ByRef size As Integer, _
ByRef fileLocation As String, _
ByRef lastBackup As Object _
)
[C#]
public void GetProperties (
ref string Owner,
ref object creationDate,
ref int size,
ref string fileLocation,
ref object lastBackup
);