Share via


Value Property

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

Syntax

'Declaration
Property Value ( _
    bstrName As String _
) As Object
'Usage
Dim instance As IDictionary
Dim bstrName As String
Dim value As Object

value = instance.Value(bstrName)

instance.Value(bstrName) = value
Object Value[
    string bstrName
] { get; set; }
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

Permissions

See Also

Reference

IDictionary Interface

IDictionary Members

Microsoft.CommerceServer.Runtime Namespace