ArcObjects Library Reference (Catalog)  

IGxGeodatabase.GetProperties Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxGeodatabase Interface