Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_KeyEncryptor Class / Uri Property


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