Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an extended Web file property.
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
ExtenderName
Type: System.StringThe name of the extender.
Property Value
Type: System.Object
The extender that is registered for the given extender name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.