Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static ExtendedPropertyCollection MergeExtendedProperties(
	ExtendedPropertyCollection target,
	ExtendedPropertyCollection source
)
Visual Basic
Public Shared Function MergeExtendedProperties ( 
	target As ExtendedPropertyCollection,
	source As ExtendedPropertyCollection
) As ExtendedPropertyCollection

Return Value

Type: ExtendedPropertyCollection

See Also