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


ISchemaChangeInfo.ExtendedProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IS > ISchemaChangeInfo Interface > ISchemaChangeInfo.ExtendedProperties Property
ArcGIS Developer Help

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