Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CT_PasswordKeyEncryptor Class / BlockSize Property


In This Topic
    BlockSize Property (CT_PasswordKeyEncryptor)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property BlockSize As UInteger
    'Usage
     
    
    Dim instance As CT_PasswordKeyEncryptor
    Dim value As UInteger
     
    instance.BlockSize = value
     
    value = instance.BlockSize
    public uint BlockSize {get; set;}
    See Also