Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_KeyData Class / HashAlgorithm Property


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