Discuss this help topic in SecureBlackbox Forum

TElWinAzureDataStorage.UseCRCCheck

TElWinAzureDataStorage     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies if CRC check should be performed.

Declaration

[C#]
    bool UseCRCCheck;

[VB.NET]
    Property UseCRCCheck As Boolean

[Pascal]
    property UseCRCCheck : boolean;

[C++]
    bool get_UseCRCCheck();
    void set_UseCRCCheck(bool Value);

[PHP]
    bool get_UseCRCCheck()
    void set_UseCRCCheck(bool $Value)

[Java]
    boolean getUseCRCCheck();
    void setUseCRCCheck(boolean Value);

Description

    Set this property to True to check CRC of the data.

Discuss this help topic in SecureBlackbox Forum