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


IDEWorkspace3.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 > IDEWorkspace3 Interface > IDEWorkspace3.Realm Property
ArcGIS Developer Help

IDEWorkspace3.Realm Property

The qualifier 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(
  System.String* Realm
);
[C++]
HRESULT put_Realm(
  BSTR Realm
);
[C++]
Parameters
Realm [out, retval]

Realm is a parameter of type BSTR* Realm [in]
Realm is a parameter of type BSTR

Product Availability

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

See Also

IDEWorkspace3 Interface