This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionInfo Interface > IVersionInfo.IsOwner Method (ArcObjects .NET 10.5 SDK) |
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
The IsOwner method is used to retrieve a boolean value to determine if the currently connected user owns the version.