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


IDatabaseConnectionInfo4.Realm Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatabaseConnectionInfo4 Interface > IDatabaseConnectionInfo4.Realm Property
ArcGIS Developer Help

IDatabaseConnectionInfo4.Realm Property

The realm used to create fully qualified names for Editor Tracking.

[Visual Basic .NET]
Public Property Realm As String
[C#]
public string Realm {get; set;}
[C++]
HRESULT get_Realm(
  BSTR Realm
);
[C++]
HRESULT put_Realm(
  System.String* Realm
);
[C++]
Parameters
Realm [in]

Realm is a parameter of type BSTR Realm [out, retval]
Realm is a parameter of type BSTR*

Product Availability

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

Description

Realm returns the realm that is currently set for a workspace.

Remarks

Realm is the string appended to the user name as it is recorded into the editor tracking creator and last editor fields. 

See Also

IDatabaseConnectionInfo4 Interface