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


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

IEditorTrackingInfo.Realm Property

Username qualifier to be used with the username in creator and editor fields.

[Visual Basic .NET]
Public ReadOnly Property Realm As String
[C#]
public string Realm {get;}
[C++]
HRESULT get_Realm(
  System.String* Realm
);
[C++]
Parameters
Realm [out, retval]

Realm is a parameter of type BSTR*

Product Availability

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

See Also

IEditorTrackingInfo Interface