Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.ReaderWriter Namespace / ZipReaderInvalidPasswordEventArgs Class / NewPassword Property


In This Topic
    NewPassword Property
    In This Topic
    Gets or sets the new password to be used during the Zip read operation.
    Syntax
    'Declaration
     
    Public Property NewPassword As String
    'Usage
     
    Dim instance As ZipReaderInvalidPasswordEventArgs
    Dim value As String
     
    instance.NewPassword = value
     
    value = instance.NewPassword
    public string NewPassword {get; set;}

    Property Value

    A string representing the new password to be used during the Zip read operation.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also