Constraint::ExtendedProperties Property

 

Gets the collection of user-defined constraint properties.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
[BrowsableAttribute(false)]
property PropertyCollection^ ExtendedProperties {
	PropertyCollection^ get();
}

Property Value

Type: System.Data::PropertyCollection^

A PropertyCollection of custom information.

Extended properties must be of type String. Properties that are not of type String are not persisted when the Constraint is written as XML.

.NET Framework
Available since 1.1
Return to top
Show: