This document is archived and information here might be outdated.  Recommended version.


ISchemaChangeInfo.ExtendedProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

ISchemaChangeInfo.ExtendedProperties Property

Properties associated with the schema change object.

[Visual Basic .NET]
Public ReadOnly Property ExtendedProperties As IPropertySet
[C#]
public IPropertySet ExtendedProperties {get;}
[C++]
HRESULT get_ExtendedProperties(
  IPropertySet** ExtendedProperties
);
[C++]

Parameters ExtendedProperties [out, retval]
ExtendedProperties is a parameter of type IPropertySet

Product Availability

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

See Also

ISchemaChangeInfo Interface