Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip.Sfx Namespace / ExtensionAssociation Class / Application Property


In This Topic
    Application Property
    In This Topic
    Gets or sets the application to which the Extension is associated.
    Syntax
    'Declaration
     
    Public Property Application As String
    'Usage
     
    Dim instance As ExtensionAssociation
    Dim value As String
     
    instance.Application = value
     
    value = instance.Application
    public string Application {get; set;}

    Property Value

    A string representing the application to which the extension is assoicated.
    Remarks
    The current EXE extension association should not be modified. Changing this association can prevent applications from running properly.
    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