This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPSubtype Interface > IGPSubtype.DomainName Property (ArcObjects .NET 10.5 SDK) |
The field's domain.
[Visual Basic .NET] Public Function get_DomainName ( _ ByVal FieldName As String _ ) As String
[Visual Basic .NET] Public Sub set_DomainName ( _ ByVal FieldName As String, _ ByVal DomainName As String _ )
[C#] public string get_DomainName ( string FieldName );
[C#] public void set_DomainName ( string FieldName, string DomainName );
[C++]
HRESULT get_DomainName(
BSTR FieldName,
BSTR* DomainName
);
[C++]
HRESULT put_DomainName(
BSTR FieldName,
BSTR DomainName
);
[C++]
Parameters FieldName [in] FieldName is a parameter of type BSTR DomainName [out, retval] DomainName is a parameter of type BSTR FieldName [in] FieldName is a parameter of type BSTR DomainName [in] DomainName is a parameter of type BSTR