ArcObjects Library Reference (GeoDatabase)  

INameMapping2.Created Property

Indicates whether the object was created.

[Visual Basic .NET]
Public ReadOnly Property Created As Boolean
[C#]
public bool Created {get;}
[C++]
HRESULT get_Created(
  VARIANT_BOOL* Created
);
[C++]

Parameters

Created [out, retval]   Created is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INameMapping2 Interface