Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / CT_KeyData Class / CipherChaining Property


In This Topic
    CipherChaining Property (CT_KeyData)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property CipherChaining As String
    'Usage
     
    
    Dim instance As CT_KeyData
    Dim value As String
     
    instance.CipherChaining = value
     
    value = instance.CipherChaining
    public string CipherChaining {get; set;}
    See Also