Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the expected checksum.
Namespace: Microsoft.Data.Schema.UnitTesting.Conditions
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Checksum As String
[BrowsableAttribute(false)]
public string Checksum { get; set; }
[BrowsableAttribute(false)]
public:
property String^ Checksum {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member Checksum : string with get, set
function get Checksum () : String
function set Checksum (value : String)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.