ContractVerificationAttribute::Value Property

 

Gets the value that indicates whether to verify the contract of the target.

Namespace:   System.Diagnostics.Contracts
Assembly:  mscorlib (in mscorlib.dll)

public:
property bool Value {
	bool get();
}

Property Value

Type: System::Boolean

true if verification is required; otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: