ArcObjects Library Reference (GeoDatabase)  

IGPSubtype.DomainName Property

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

Product Availability

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

See Also

IGPSubtype Interface