Share via


WebFolderProperties.Extender Property

Gets the Web folder property extender object.

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

'Declaration
ReadOnly Property Extender ( _
    ExtenderName As String _
) As Object
Object this[
    string ExtenderName
] { get; }
property Object^ Extender[[InAttribute] String^ ExtenderName] {
    Object^ get ([InAttribute] String^ ExtenderName);
}
abstract Extender : 
        ExtenderName:string -> Object with get
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object
An extender property object.

.NET Framework Security

See Also

Reference

WebFolderProperties Interface

VsWebSite Namespace

Extender

Other Resources

Referencing Automation Assemblies and the DTE2 Object