ArcObjects Library Reference (GeoDatabase)  

IDEGdbTable.ExtensionProperties Property

The properties for the class extension.

[Visual Basic .NET]
Public Property ExtensionProperties As IPropertySet
[C#]
public IPropertySet ExtensionProperties {get; set;}
[C++]
HRESULT get_ExtensionProperties(
  IPropertySet** PropertySet
);
[C++]
HRESULT putref_ExtensionProperties(
  IPropertySet* PropertySet
);
[C++]

Parameters

PropertySet [out, retval]

  PropertySet is a parameter of type IPropertySet

PropertySet [in]

  PropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IDEGdbTable Interface