Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.