ComponentGuaranteesAttribute::Guarantees Property
.NET Framework (current version)
Gets a value that indicates the guaranteed level of compatibility of a library, type, or type member that spans multiple versions.
Assembly: mscorlib (in mscorlib.dll)
public: property ComponentGuaranteesOptions Guarantees { ComponentGuaranteesOptions get(); }
Property Value
Type: System.Runtime.Versioning::ComponentGuaranteesOptionsOne 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
Available since 4.0
Silverlight
Available since 4.0
Show: