This document is archived and information here might be outdated.  Recommended version.


IGxGeodatabase.GetProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxGeodatabase Interface > IGxGeodatabase.GetProperties Method
ArcGIS Developer Help

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