Sub Get( _ ByVal archivename As System.String, _ ByRef archive As Archive, _ Optional ByVal datastoreName As System.String _ )
void Get( System.string archivename, out Archive archive, System.string datastoreName )
void Get( System.String^ archivename, [Out] Archive^ archive, System.String^ datastoreName )
Parameters
- archivename
- Target archive name.
- archive
- Retrieved set of archive properties.
- datastoreName
- Name of the data store the file belong to.