ConfigurationElement.Methods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.