Udostępnij za pośrednictwem


AppSettingsDesignTime.MetadataTypes.KeyValueConfigurationElementMetadata.Value Property

This property supports the Enterprise Library infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public MustOverride Property Value As String
public abstract string Value { get; set; }
public:
virtual property String^ Value {
    String^ get () abstract;
    void set (String^ value) abstract;
}
public abstract function get Value () : String
public abstract function set Value (value : String)

See Also

AppSettingsDesignTime.MetadataTypes.KeyValueConfigurationElementMetadata Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace