ArcObjects Library Reference (GeoDatabase)  

IDEGdbTable.ModelName Property

The model name for the table.

[Visual Basic .NET]
Public Property ModelName As String
[C#]
public string ModelName {get; set;}
[C++]
HRESULT get_ModelName(
  BSTR* ModelName
);
[C++]
HRESULT put_ModelName(
  BSTR ModelName
);
[C++]

Parameters

ModelName [out, retval]   ModelName is a parameter of type BSTR ModelName [in]   ModelName is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbTable Interface