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: