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


IVersionInfo.IsOwner Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionInfo Interface > IVersionInfo.IsOwner Method
ArcGIS Developer Help

IVersionInfo.IsOwner Method

True if the current connected user is the owner of this version.

[Visual Basic .NET]
Public Function IsOwner ( _
) As Boolean
[C#]
public bool IsOwner (
);
[C++]
HRESULT IsOwner(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The IsOwner method is used to retrieve a boolean value to determine if the currently connected user owns the version.

See Also

IVersionInfo Interface