Share via


ChecksumCondition.Checksum Property

 

Gets or sets the expected checksum.

Namespace:   Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
Assembly:  Microsoft.Data.Tools.Schema.Sql.UnitTesting (in Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll)

Syntax

[BrowsableAttribute(false)]
public string Checksum { get; set; }
public:
[BrowsableAttribute(false)]
property String^ Checksum {
    String^ get();
    void set(String^ value);
}
[<BrowsableAttribute(false)>]
member Checksum : string with get, set
<BrowsableAttribute(False)>
Public Property Checksum As String

Property Value

Type: System.String

The expected checksum.

See Also

ChecksumCondition Class
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions Namespace

Return to top