ChecksumCondition.Checksum 属性

获取或设置预期校验和。

命名空间:  Microsoft.Data.Schema.UnitTesting.Conditions
程序集:  Microsoft.Data.Schema.UnitTesting(在 Microsoft.Data.Schema.UnitTesting.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Property Checksum As String
    Get
    Set
[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)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

ChecksumCondition 类

Microsoft.Data.Schema.UnitTesting.Conditions 命名空间