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
- bstrName
Type: System..::.String
Property Value
Type: System..::.Object
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.