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


IVersionInfo.IsOwner Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* IsOwner
);
[C++]

Parameters IsOwner [out, retval] IsOwner is a parameter of type VARIANT_BOOL

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

.NET Related Topics

Geodatabase