Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ComponentGuaranteesAttribute::Guarantees Property

 

Gets a value that indicates the guaranteed level of compatibility of a library, type, or type member that spans multiple versions.

Namespace:   System.Runtime.Versioning
Assembly:  mscorlib (in mscorlib.dll)

public:
property ComponentGuaranteesOptions Guarantees {
	ComponentGuaranteesOptions get();
}

Property Value

Type: System.Runtime.Versioning::ComponentGuaranteesOptions

One of the enumeration values that specifies the level of compatibility that is guaranteed across multiple versions.

The value of the Guarantees property corresponds to the guarantees parameter of the ComponentGuaranteesAttribute constructor.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show:
© 2017 Microsoft