Xceed .NET Libraries Documentation
Extension Property


Xceed.Zip Assembly > Xceed.Zip.Sfx Namespace > ExtensionAssociation Class : Extension Property
Gets or sets the file extension to associate.
Syntax
'Declaration
 
Public Property Extension As String
'Usage
 
Dim instance As ExtensionAssociation
Dim value As String
 
instance.Extension = value
 
value = instance.Extension
public string Extension {get; set;}

Property Value

A string representing the file extension to associate.
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

Reference

ExtensionAssociation Class
ExtensionAssociation Members