ArcObjects Library Reference (GeoDatabase)  

IDomain.Type Property

The domain type.

[Visual Basic .NET]
Public ReadOnly Property Type As esriDomainType
[C#]
public esriDomainType Type {get;}
[C++]
HRESULT get_Type(
  esriDomainType* Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriDomainType

Product Availability

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

See Also

IDomain Interface