LinkLauncher.FileExtension Property
Gets or sets the extension to use to when loading the list for wizards (*.wizlink) or property pages (*.proplink).
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
[BrowsableAttribute(true)]
public string FileExtension { get; set; }
public:
[BrowsableAttribute(true)]
property String^ FileExtension {
String^ get();
void set(String^ value);
}
<BrowsableAttribute(True)>
Public Property FileExtension As String
Property Value
Type: System.String
See Also
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top