WebFileProperties.ExtenderNames Property
Gets a list of available extenders for the object.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
object ExtenderNames { get; }
property Object^ ExtenderNames {
Object^ get();
}
abstract ExtenderNames : Object with get
ReadOnly Property ExtenderNames As Object
Property Value
Type: System.Object
The names of the currently applicable extenders for this object.
See Also
WebFileProperties Interface
VsWebSite Namespace
Implementing and Using Automation Extenders
Return to top