Share via


Value Property

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)

Syntax

'Declaration
Public Overridable Property Value ( _
    bstrName As String _
) As Object
'Usage
Dim instance As DictionaryClass
Dim bstrName As String
Dim value As Object

value = instance.Value(bstrName)

instance.Value(bstrName) = value
public virtual Object Value[
    string bstrName
] { get; set; }
public:
virtual property Object^ Value[[InAttribute] String^ bstrName] {
    Object^ get ([InAttribute] String^ bstrName);
    void set ([InAttribute] String^ bstrName, Object^ value);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: System..::.Object

Implements

IDictionary..::.Value[([(String])])

Permissions

See Also

Reference

DictionaryClass Class

DictionaryClass Members

Microsoft.CommerceServer.Runtime Namespace