Share via


WebFileProperties.ExtenderNames Property

Gets a list of available extenders for the object.

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

Syntax

'Declaration
ReadOnly Property ExtenderNames As Object
Object ExtenderNames { get; }
property Object^ ExtenderNames {
    Object^ get ();
}
abstract ExtenderNames : Object
function get ExtenderNames () : Object

Property Value

Type: Object
The names of the currently applicable extenders for this object.

.NET Framework Security

See Also

Reference

WebFileProperties Interface

VsWebSite Namespace

Other Resources

Implementing and Using Automation Extenders