C# Class Microsoft.Web.Administration.ConfigurationMethodInstance

Show file Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
GetMetadata ( string metadataType ) : object
SetMetadata ( string metadataType, object value ) : void

Private Methods

Method Description
ConfigurationMethodInstance ( )

Method Details

Execute() public method

public Execute ( ) : void
return void

GetMetadata() public method

public GetMetadata ( string metadataType ) : object
metadataType string
return object

SetMetadata() public method

public SetMetadata ( string metadataType, object value ) : void
metadataType string
value object
return void