PutMultiple Method
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Sub PutMultiple ( _
cb As Integer, _
ByRef rgolestr As String, _
ByRef rgvar As Object _
)
'Usage
Dim instance As IDictionary
Dim cb As Integer
Dim rgolestr As String
Dim rgvar As Object
instance.PutMultiple(cb, rgolestr, rgvar)
void PutMultiple(
int cb,
ref string rgolestr,
ref Object rgvar
)
void PutMultiple(
[InAttribute] int cb,
[InAttribute] String^% rgolestr,
[InAttribute] Object^% rgvar
)
function PutMultiple(
cb : int,
rgolestr : String,
rgvar : Object
)
Parameters
- cb
Type: System..::.Int32
- rgolestr
Type: System..::.String%
- rgvar
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.