ConfigurationElement.Methods Property

Definition

Gets a collection of methods for the configuration element.

public:
 property Microsoft::Web::Administration::ConfigurationMethodCollection ^ Methods { Microsoft::Web::Administration::ConfigurationMethodCollection ^ get(); };
public Microsoft.Web.Administration.ConfigurationMethodCollection Methods { get; }
member this.Methods : Microsoft.Web.Administration.ConfigurationMethodCollection
Public ReadOnly Property Methods As ConfigurationMethodCollection

Property Value

A ConfigurationMethodCollection object that represents the collection of methods.

Remarks

If there are no methods available, the value of this property is null.

Applies to