MakeArrayFromSimpleList Method
Convert the specified SimpleList object into an Array.
Namespace: Microsoft.CommerceServer.Interop.Configuration
Assembly: Microsoft.CommerceServer.Interop.Configuration.MSCSCfg (in Microsoft.CommerceServer.Interop.Configuration.MSCSCfg.dll)
Syntax
'Declaration
Public Function MakeArrayFromSimpleList ( _
ByRef list As Object _
) As Object
'Usage
Dim instance As GlobalConfig2FreeThreaded
Dim list As Object
Dim returnValue As Object
returnValue = instance.MakeArrayFromSimpleList(list)
public Object MakeArrayFromSimpleList(
ref Object list
)
public:
virtual Object^ MakeArrayFromSimpleList(
Object^% list
) sealed
public final function MakeArrayFromSimpleList(
list : Object
) : Object
Parameters
- list
Type: System..::.Object%
Reference to the SimpleList to convert into an Array.
Return Value
Type: System..::.Object
An object containing the converted Array.
Implements
IGlobalConfig2..::.MakeArrayFromSimpleList(Object%)
Remarks
Implements IGlobalConfig2.MakeArrayFromSimpleList (MakeArrayFromSimpleList).
Important Note: |
---|
There is a special group of methods used with multivalued arrays. These methods are the only approved and recommended way of storing and retrieving multivalued arrays in the Administration database. You must use the following methods with any property that has the structure of a multivalued array: |
MakeArrayFromSimpleList
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.
See Also
Reference
GlobalConfig2FreeThreaded Class