Dela via


ChecksumCondition.Checksum Property

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

See Also

Reference

ChecksumCondition Class

Microsoft.Data.Schema.UnitTesting.Conditions Namespace